summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-08 17:19:04 +0100
committerwm4 <wm4@nowhere>2016-01-08 17:19:04 +0100
commit2a80680d95fd86242579ad4dcaa752f481945b4e (patch)
tree7b8890db06cc061368a597a459965ac25805a20d /TOOLS
parent8e87ddd7fe21bf15fbc9db1493edf296f0e30b61 (diff)
downloadmpv-2a80680d95fd86242579ad4dcaa752f481945b4e.tar.bz2
mpv-2a80680d95fd86242579ad4dcaa752f481945b4e.tar.xz
Fix build on older libavcodec versions
avcodec_profile_name() was added only a week ago or so.
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/old-configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure
index 652dd1eef1..307e2c94a0 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -974,6 +974,7 @@ cat > $TMPC << EOF
#define HAVE_GPL3 1
#define HAVE_WIN32 0
#define HAVE_GL_DXINTEROP 0
+#define HAVE_AVCODEC_PROFILE_NAME 1
#ifdef __OpenBSD__
#define DEFAULT_CDROM_DEVICE "/dev/rcd0c"