Changeset 848:d0af39877423 in mediastreamer2
- Timestamp:
- Sep 25, 2009 10:34:38 PM (4 years ago)
- Branch:
- default
- committer:
- jehan <jehanmonnier@mac-mini-de-jehan-monnier.local> 1263820272 -3600
- Location:
- linphone
- Files:
-
- 5 edited
-
Makefile.am (modified) (1 diff)
-
configure.in (modified) (1 diff)
-
mediastreamer2/configure.ac (modified) (1 diff)
-
mediastreamer2/src/aqsnd.c (modified) (1 diff)
-
po/Makefile.in.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/Makefile.am
r836 r848 147 147 -e 's/\@LINPHONE_MD5\@/$(shell md5sum linphone-$(VERSION).tar.gz | awk {'print $$1'})/' < $< > $@ 148 148 149 -
linphone/configure.in
r829 r848 423 423 AC_PATH_PROG(DOXYGEN,doxygen,false) 424 424 AM_CONDITIONAL(HAVE_DOXYGEN, test $DOXYGEN != false) 425 426 425 427 426 AC_OUTPUT([ -
linphone/mediastreamer2/configure.ac
r831 r848 135 135 MSPLUGINS_LIBS="-dynamiclib" 136 136 macosx_found=yes 137 LIBS="$LIBS -framework CoreFoundation -framework Cocoa"137 LIBS="$LIBS -framework CoreFoundation -framework AudioToolbox -framework CoreAudio" 138 138 ;; 139 139 *mingw32ce) -
linphone/mediastreamer2/src/aqsnd.c
r722 r848 54 54 55 55 #include <AudioToolbox/AudioToolbox.h> 56 #if !defined(__AudioHardware_h__)56 #if (!defined(__AudioHardware_h__) & !defined(__IPHONE_3_0)) 57 57 #include "AudioHardware.h" 58 58 #endif -
linphone/po/Makefile.in.in
r793 r848 57 57 PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) 58 58 59 USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)59 USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi) 60 60 61 61 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
Note: See TracChangeset
for help on using the changeset viewer.
