diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-03-03 04:25:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-03 04:30:49 +0100 |
commit | 23a5bf9db06d9f55fe0d38d49bdea91be1795ab3 (patch) | |
tree | e5138618f721feab6d87fbac68a89f53cb49e38c /libavformat/Makefile | |
parent | 70b5583baa3872b3d5399de555b8006777bf80c5 (diff) | |
download | ffmpeg-23a5bf9db06d9f55fe0d38d49bdea91be1795ab3.tar.gz |
bluray protocol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 61bb1120d7..5bf2fda257 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -353,6 +353,7 @@ OBJS-$(CONFIG_LIBRTMP) += librtmp.o OBJS+= avio.o aviobuf.o OBJS-$(CONFIG_APPLEHTTP_PROTOCOL) += hlsproto.o +OBJS-$(CONFIG_BLURAY_PROTOCOL) += bluray.o OBJS-$(CONFIG_CACHE_PROTOCOL) += cache.o OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o OBJS-$(CONFIG_CRYPTO_PROTOCOL) += crypto.o |