[MPlayer-cvslog] r37938 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun May 7 18:32:23 EEST 2017
Author: reimar
Date: Sun May 7 18:32:22 2017
New Revision: 37938
Log:
configure: Update for FFmpeg build system changes.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Apr 29 14:09:32 2017 (r37937)
+++ trunk/configure Sun May 7 18:32:22 2017 (r37938)
@@ -9475,13 +9475,16 @@ fi
# Create a config.mak for FFmpeg that includes MPlayer's config.mak.
-cat > ffmpeg/config.mak << EOF
+cat > ffmpeg/ffbuild/config.mak << EOF
ifndef FFMPEG_CONFIG_MAK
FFMPEG_CONFIG_MAK = 1
include ../config.mak
endif # FFMPEG_CONFIG_MAK
EOF
+# TODO: temporary support for older ffmpeg
+cp ffmpeg/ffbuild/config.mak ffmpeg/config.mak
+
cat > ffmpeg/config.h << EOF
#include "../config.h"
EOF
More information about the MPlayer-cvslog
mailing list