diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-12-26 20:26:08 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-01-01 19:29:04 +0100 |
commit | ecda1d3cbe1cfb3311c2866d9130c37070dd8b38 (patch) | |
tree | 41b14c4af0364356907f35674fbacc5eb88559d8 /libavformat/Makefile | |
parent | ba1cbf40cebfa75d683d3d0444059ea633a27cf8 (diff) | |
download | ffmpeg-ecda1d3cbe1cfb3311c2866d9130c37070dd8b38.tar.gz |
lavf: add data: URI scheme.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index ae3e60d9f5..2266dee72a 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -408,6 +408,7 @@ OBJS-$(CONFIG_BLURAY_PROTOCOL) += bluray.o OBJS-$(CONFIG_CACHE_PROTOCOL) += cache.o OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o OBJS-$(CONFIG_CRYPTO_PROTOCOL) += crypto.o +OBJS-$(CONFIG_DATA_PROTOCOL) += data_uri.o OBJS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpcrypt.o rtmpdh.o OBJS-$(CONFIG_FFRTMPHTTP_PROTOCOL) += rtmphttp.o OBJS-$(CONFIG_FILE_PROTOCOL) += file.o |