aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-05 09:13:15 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-07 23:53:26 +0200
commit07c1bd5feb2f5478c77a33fd145a5577cda96a48 (patch)
treebb843e98e8cc322c6b7dc5be6ee746652880c6cf
parent2e7bd08c4ca9130f64f8f8cdf757cc176abb91bb (diff)
downloadffmpeg-07c1bd5feb2f5478c77a33fd145a5577cda96a48.tar.gz
avcodec/Makefile: Fix intrax8 objects
Forgotten in d1d30edf42da29fe4ab33c529112381cfea0a254. This fixes standalone compilation of the VC-1 based decoders when using shared builds (for static builds, nothing pulls in msmpeg4data.o, yet for shared builds the default behaviour of linkers is different, leading to undefined references because msmpeg4data.o relies on stuff from mpeg4video.o). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1f5a679116..3e8a44e89c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -116,7 +116,7 @@ OBJS-$(CONFIG_HUFFYUVENCDSP) += huffyuvencdsp.o
OBJS-$(CONFIG_IDCTDSP) += idctdsp.o simple_idct.o jrevdct.o
OBJS-$(CONFIG_IIRFILTER) += iirfilter.o
OBJS-$(CONFIG_INFLATE_WRAPPER) += zlib_wrapper.o
-OBJS-$(CONFIG_INTRAX8) += intrax8.o intrax8dsp.o msmpeg4data.o
+OBJS-$(CONFIG_INTRAX8) += intrax8.o intrax8dsp.o msmpeg4_vc1_data.o
OBJS-$(CONFIG_IVIDSP) += ivi_dsp.o
OBJS-$(CONFIG_JNI) += ffjni.o jni.o
OBJS-$(CONFIG_JPEGTABLES) += jpegtables.o