summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-02-07 12:59:50 +0200
committerMartin Storsjö <martin@martin.st>2011-11-05 12:08:47 +0200
commitf6d371009678e46877e6f81ab0eae475d41b1f57 (patch)
treeaefecb4fd6d878922e1eeeb52b6cb80789e8d513 /libavformat/Makefile
parentadd7b1140fdd0651d0fc9352962631807126d3d0 (diff)
avformat: Split out functions from network.h to a new file, network.c
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index ca4ceef54f..e9bcd28a93 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -14,6 +14,8 @@ OBJS = allformats.o \
seek.o \
utils.o \
+OBJS-$(CONFIG_NETWORK) += network.o
+
# muxers/demuxers
OBJS-$(CONFIG_A64_MUXER) += a64.o
OBJS-$(CONFIG_AAC_DEMUXER) += aacdec.o rawdec.o