Commit 6ef9d1b2 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'fccfc22d'

* commit 'fccfc22d':
  libavformat: Build hevc.o when building the RTP muxer
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 2d0117f8 fccfc22d
...@@ -377,7 +377,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ ...@@ -377,7 +377,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc_h264.o \ rtpenc_h264.o \
rtpenc_vp8.o \ rtpenc_vp8.o \
rtpenc_xiph.o \ rtpenc_xiph.o \
avc.o avc.o hevc.o
OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o rtspdec.o httpauth.o \ OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o rtspdec.o httpauth.o \
urldecode.o urldecode.o
OBJS-$(CONFIG_RTSP_MUXER) += rtsp.o rtspenc.o httpauth.o \ OBJS-$(CONFIG_RTSP_MUXER) += rtsp.o rtspenc.o httpauth.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment