We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b34c4d commit 34ba3c8Copy full SHA for 34ba3c8
install_ffmpeg.md
@@ -8,3 +8,9 @@
8
## install ffmpeg4 ##
9
- export PKG_CONFIG=/opt/libs/x264/lib/pkgconfig
10
- ./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