Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
Replace python implementation of setAlsaVolumes with C implementation.
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34350 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
ceros7 committed Oct 1, 2010
1 parent 88b23e2 commit 865ec82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
@@ -0,0 +1,11 @@
CLEAN_FILES = setAlsaVolumes

setAlsaVolumes: setAlsaVolumes.c
ifneq ($(findstring osx,$(ARCH)), osx)
$(CC) $(CFLAGS) $(DEFINES) -g -D_LINUX -D_REENTRANT \
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 \
-D__USE_FILE_OFFSET64 $(INCLUDES) $< -o $@ -lasound
endif

include ../../Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))
File renamed without changes.

0 comments on commit 865ec82

Please sign in to comment.