[FFmpeg-user] Compiling FFMPEG with ffplay support
michelel
michele.lim at intel.com
Wed Jun 14 02:26:44 EEST 2017
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.
More information about the ffmpeg-user
mailing list