This worked for me:

1. sudo apt-get install libsdl2-dev
2. ./configure --enable-ffplay
3. open FFmpeg/ffbuild/config.mak and check to make sure fflplay and SDL2
are enabled

     FFMPEG_CONFIGURATION= --enable-ffplay
     CFLAGS-ffplay=-D_REENTRANT -I/usr/include/SDL2
     EXTRALIBS-ffplay=-lSDL2
     CONFIG_FFPLAY=yes

4. make





--
View this message in context: 
http://www.ffmpeg-archive.org/Compiling-FFMPEG-with-ffplay-support-tp3414041p4680297.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to