Changeset 848:d0af39877423 in mediastreamer2


Ignore:
Timestamp:
Sep 25, 2009 10:34:38 PM (4 years ago)
Author:
Jehan Monnier <jehan.monnier@…>
Branch:
default
committer:
jehan <jehanmonnier@mac-mini-de-jehan-monnier.local> 1263820272 -3600
Message:

prepare iphone sdk compilation

Location:
linphone
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • linphone/Makefile.am

    r836 r848  
    147147          -e 's/\@LINPHONE_MD5\@/$(shell md5sum linphone-$(VERSION).tar.gz | awk {'print $$1'})/' < $< > $@ 
    148148 
    149  
  • linphone/configure.in

    r829 r848  
    423423AC_PATH_PROG(DOXYGEN,doxygen,false) 
    424424AM_CONDITIONAL(HAVE_DOXYGEN, test $DOXYGEN != false) 
    425  
    426425 
    427426AC_OUTPUT([  
  • linphone/mediastreamer2/configure.ac

    r831 r848  
    135135                MSPLUGINS_LIBS="-dynamiclib" 
    136136                macosx_found=yes 
    137                 LIBS="$LIBS -framework CoreFoundation -framework Cocoa" 
     137                LIBS="$LIBS -framework CoreFoundation -framework AudioToolbox -framework CoreAudio" 
    138138        ;; 
    139139        *mingw32ce) 
  • linphone/mediastreamer2/src/aqsnd.c

    r722 r848  
    5454 
    5555#include <AudioToolbox/AudioToolbox.h> 
    56 #if !defined(__AudioHardware_h__) 
     56#if (!defined(__AudioHardware_h__) & !defined(__IPHONE_3_0)) 
    5757#include "AudioHardware.h" 
    5858#endif 
  • linphone/po/Makefile.in.in

    r793 r848  
    5757PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) 
    5858 
    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) 
     59USER_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) 
    6060 
    6161USE_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.