avformat: fix hevcs use of golomb from avformat
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1b1d77ae9b
commit
cb403b2570
2 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
|
|||
rtpdec_xiph.o \
|
||||
srtp.o
|
||||
OBJS-$(CONFIG_RTPENC_CHAIN) += rtpenc_chain.o rtp.o
|
||||
OBJS-$(CONFIG_SHARED) += log2_tab.o
|
||||
OBJS-$(CONFIG_SHARED) += log2_tab.o golomb_tab.o
|
||||
|
||||
# muxers/demuxers
|
||||
OBJS-$(CONFIG_A64_MUXER) += a64.o rawenc.o
|
||||
|
|
|
|||
1
libavformat/golomb_tab.c
Normal file
1
libavformat/golomb_tab.c
Normal file
|
|
@ -0,0 +1 @@
|
|||
#include "libavcodec/golomb.c"
|
||||
Loading…
Add table
Add a link
Reference in a new issue