[FFmpeg-devel] [PATCH] Install libavutil/opt.h, its API is public.

Stefano Sabatini stefano.sabatini-lala
Fri Oct 8 16:30:36 CEST 2010


Fix issue #2265.
---
 libavutil/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavutil/Makefile b/libavutil/Makefile
index b0d0de8..7685c89 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -20,6 +20,7 @@ HEADERS = adler32.h                                                     \
           lfg.h                                                         \
           log.h                                                         \
           lzo.h                                                         \
+          opt.h                                                         \
           mathematics.h                                                 \
           md5.h                                                         \
           mem.h                                                         \
-- 
1.7.1




More information about the ffmpeg-devel mailing list