Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-10-09 03:42:25 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-10-09 03:42:25 +0400
commit4ddade62dd3a15a7d2fb034024117ad91ab8d87f (patch)
tree5fa16a07cd18d7e4c9b643d9e34eba9be1bb5e46 /libavutil/Makefile
parent74d127b537d18cc9a2bf2b556900705f7b2af2be (diff)
Install libavutil/opt.h, its API is public.
Fix issue #2265. Originally committed as revision 25420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index b0d0de88a7..e9ac965ec8 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -23,6 +23,7 @@ HEADERS = adler32.h \
mathematics.h \
md5.h \
mem.h \
+ opt.h \
pixdesc.h \
pixfmt.h \
random_seed.h \