summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-06-15 12:03:27 +0200
committerLuca Barbato <lu_zero@gentoo.org>2013-06-16 15:01:39 +0200
commitdf9f22d42b0905385629a9d368bb5a1eef2b45ef (patch)
tree410ac205161b47e275eccbde7cffe1fb9f22d360 /libavformat/Makefile
parent12db891dcd57b305d6e3c1e22ea8204dc26edda1 (diff)
avf: move url utility functions in a separate file
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index c2696d5aea..24b303e345 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -20,6 +20,7 @@ OBJS = allformats.o \
riff.o \
sdp.o \
seek.o \
+ url.o \
utils.o \
OBJS-$(CONFIG_NETWORK) += network.o