mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'fccfc22d1f304aef42a0b960e4c1d55ce67107f5'
* commit 'fccfc22d1f304aef42a0b960e4c1d55ce67107f5': libavformat: Build hevc.o when building the RTP muxer Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
6ef9d1b216
|
@ -377,7 +377,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
|
|||
rtpenc_h264.o \
|
||||
rtpenc_vp8.o \
|
||||
rtpenc_xiph.o \
|
||||
avc.o
|
||||
avc.o hevc.o
|
||||
OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o rtspdec.o httpauth.o \
|
||||
urldecode.o
|
||||
OBJS-$(CONFIG_RTSP_MUXER) += rtsp.o rtspenc.o httpauth.o \
|
||||
|
|
Loading…
Reference in New Issue