Skip to content

Commit 34ba3c8

Browse files
authored
ffmpeg build with ffplay
1 parent 8b34c4d commit 34ba3c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install_ffmpeg.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@
88
## install ffmpeg4 ##
99
- export PKG_CONFIG=/opt/libs/x264/lib/pkgconfig
1010
- ./configure --prefix=/opt/libs/ffmpeg/402 --enable-yasm --enable-libx264 --enable-gpl --enable-shared --enable-static --extra-cflags='-I/opt/libs/x264/include/' --extra-ldflags='-L/opt/libs/x264/lib -lx264'
11+
12+
## ffmpeg7
13+
- Requires SDL2, SDL2-devel. Use yum update or repo lib
14+
- nasm as shown above
15+
- ./configure --prefix=/opt/ffmpeg/7.0 --enable-ffplay
16+
- By default, ffplay is not built

0 commit comments

Comments
 (0)