diff options
author | Martin Storsjö <martin@martin.st> | 2011-02-07 12:59:50 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-05 12:08:47 +0200 |
commit | f6d371009678e46877e6f81ab0eae475d41b1f57 (patch) | |
tree | aefecb4fd6d878922e1eeeb52b6cb80789e8d513 /libavformat/Makefile | |
parent | add7b1140fdd0651d0fc9352962631807126d3d0 (diff) | |
download | ffmpeg-f6d371009678e46877e6f81ab0eae475d41b1f57.tar.gz |
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/Makefile | 2 |
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 |