summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-11-29 19:20:56 +0100
committerDiego Biurrun <diego@biurrun.de>2012-12-03 19:32:03 +0100
commit62641dce7155e013d11f59989f6e228735dac3ca (patch)
treefff0790aba076c22506888111803c8062889050c /libavformat/Makefile
parent201628899b206f3686705a888502b67005adc6cd (diff)
build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable place
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile38
1 files changed, 19 insertions, 19 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2bcf3b2717..346045ad50 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -22,6 +22,25 @@ OBJS = allformats.o \
utils.o \
OBJS-$(CONFIG_NETWORK) += network.o
+OBJS-$(CONFIG_RTPDEC) += rdt.o \
+ rtp.o \
+ rtpdec.o \
+ rtpdec_amr.o \
+ rtpdec_asf.o \
+ rtpdec_g726.o \
+ rtpdec_h263.o \
+ rtpdec_h263_rfc2190.o \
+ rtpdec_h264.o \
+ rtpdec_ilbc.o \
+ rtpdec_jpeg.o \
+ rtpdec_latm.o \
+ rtpdec_mpeg4.o \
+ rtpdec_qcelp.o \
+ rtpdec_qdm2.o \
+ rtpdec_qt.o \
+ rtpdec_svq3.o \
+ rtpdec_vp8.o \
+ rtpdec_xiph.o
# muxers/demuxers
OBJS-$(CONFIG_A64_MUXER) += a64.o rawenc.o
@@ -260,25 +279,6 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc_vp8.o \
rtpenc_xiph.o \
avc.o
-OBJS-$(CONFIG_RTPDEC) += rdt.o \
- rtp.o \
- rtpdec.o \
- rtpdec_amr.o \
- rtpdec_asf.o \
- rtpdec_g726.o \
- rtpdec_h263.o \
- rtpdec_h263_rfc2190.o \
- rtpdec_h264.o \
- rtpdec_ilbc.o \
- rtpdec_jpeg.o \
- rtpdec_latm.o \
- rtpdec_mpeg4.o \
- rtpdec_qcelp.o \
- rtpdec_qdm2.o \
- rtpdec_qt.o \
- rtpdec_svq3.o \
- rtpdec_vp8.o \
- rtpdec_xiph.o
OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o rtspdec.o httpauth.o \
urldecode.o
OBJS-$(CONFIG_RTSP_MUXER) += rtsp.o rtspenc.o httpauth.o \