[FFmpeg-user] Howto compile ffplay.c in seperate directory with my own svn-version of ffmpeg

maheshraja maheshraja8 at gmail.com
Thu Aug 18 07:54:40 CEST 2011


hi , 

try this we can surely compile ffplay independently...
gcc -o sample ffplay.c cmdutils.c -I../ffmpeg -L../ffmpeg/libavcodec
-L../ffmpeg/libavformt -L../ffmpeg/libswscale -L../ffmpeg/libavutil
-L../ffmpeg/libavfilter -L../ffmpeg/libavdevice -L../ffmpeg/libpostproc
-lpostproc -lavdevice -lavfilter -lavformat -lswscale -lavutil -lmp3lame
-lx264 `sdl-config --cflags --libs` -lz -lbz2 -lavcodec 

thanks 
mahesh raja


--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Howto-compile-ffplay-c-in-seperate-directory-with-my-own-svn-version-of-ffmpeg-tp940857p3751830.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list