diff mbox series

[FFmpeg-devel,2/3] configure, avcodec/Makefile: Add h264parse->h264data, golomb dependencies

Message ID GV1P250MB0737F3FD4972DF5FE39171EF8FE62@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 06d1840b5654b0785f9df0d596592c5646fc5c2e
Headers show
Series [FFmpeg-devel,1/3] avcodec/bsf/dts2pts: Fix shadowing | expand

Commit Message

Andreas Rheinhardt May 9, 2024, 12:38 p.m. UTC
Fixes standalone compilation of the dts2pts BSF.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 configure           | 1 +
 libavcodec/Makefile | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/configure b/configure
index beb1fa6d3c..d3377a2ba3 100755
--- a/configure
+++ b/configure
@@ -2855,6 +2855,7 @@  faandct_select="fdctdsp"
 faanidct_deps="faan"
 faanidct_select="idctdsp"
 h264dsp_select="startcode"
+h264parse_select="golomb"
 h264_sei_select="atsc_a53 golomb"
 hevcparse_select="golomb"
 hevc_sei_select="atsc_a53 golomb"
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3e8a44e89c..2443d2c6fd 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -100,8 +100,8 @@  OBJS-$(CONFIG_GOLOMB)                  += golomb.o
 OBJS-$(CONFIG_H263DSP)                 += h263dsp.o
 OBJS-$(CONFIG_H264CHROMA)              += h264chroma.o
 OBJS-$(CONFIG_H264DSP)                 += h264dsp.o h264idct.o
-OBJS-$(CONFIG_H264PARSE)               += h264_parse.o h264_ps.o h2645data.o \
-                                          h2645_parse.o h2645_vui.o
+OBJS-$(CONFIG_H264PARSE)               += h264_parse.o h264_ps.o h264data.o \
+                                          h2645data.o h2645_parse.o h2645_vui.o
 OBJS-$(CONFIG_H264PRED)                += h264pred.o
 OBJS-$(CONFIG_H264QPEL)                += h264qpel.o
 OBJS-$(CONFIG_H264_SEI)                += h264_sei.o h2645_sei.o