Author: adrian
Date: Sat Mar  5 13:24:43 2011
New Revision: 9341

URL: http://svn.slimdevices.com/jive?rev=9341&view=rev
Log:
Bug: N/A
Description: rtmp needs to be built after squeezeplay as it depends on the 
config.h file created by squeezeplay build

Modified:
    7.6/trunk/squeezeplay/src/Makefile.linux

Modified: 7.6/trunk/squeezeplay/src/Makefile.linux
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/Makefile.linux?rev=9341&r1=9340&r2=9341&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/Makefile.linux (original)
+++ 7.6/trunk/squeezeplay/src/Makefile.linux Sat Mar  5 13:24:43 2011
@@ -158,8 +158,8 @@
 # squeezeplay
 #
 
-.PHONY: app portaudio flac libmad tremor rtmp squeezeplay squeezeplay_desktop 
squeezeplay_contrib squeezeplay_private freefont freefont-debian axtls
-app: portaudio flac libmad tremor rtmp ${SPPRIVATE_TARGETS} squeezeplay 
squeezeplay_desktop squeezeplay_contrib freefont squeezeplay-tgz
+.PHONY: app portaudio flac libmad tremor squeezeplay squeezeplay_desktop 
squeezeplay_contrib squeezeplay_private freefont freefont-debian axtls rtmp
+app: portaudio flac libmad tremor ${SPPRIVATE_TARGETS} squeezeplay 
squeezeplay_desktop squeezeplay_contrib freefont rtmp squeezeplay-tgz 
 
 # portaudio
 portaudio_v19_1360/Makefile:
@@ -207,7 +207,7 @@
 axtls: ${AXTLS_DIR}/Makefile
        cd ${AXTLS_DIR}; make oldconfig && make && make install
 
-rtmp: 
+rtmp: squeezeplay
        cd luartmp-squeezeplay; make
        cp luartmp-squeezeplay/rtmp.so ${PREFIX}/lib/lua/5.1/rtmp.so 
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to