diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-24 23:33:41 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-24 23:33:41 +0000 |
commit | 74a0059f2ce97368eade7231e7222352d3d28eee (patch) | |
tree | c546a53a968de12db59841f0945d071fdaeba69f /libavutil/Makefile | |
parent | 691a4232ee04aea207d2c4913a645e2ecbf545da (diff) | |
download | ffmpeg-74a0059f2ce97368eade7231e7222352d3d28eee.tar.gz |
Make the pixdesc API public.
Originally committed as revision 20603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index ec82439b98..34898e2089 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -15,6 +15,7 @@ HEADERS = adler32.h \ mathematics.h \ md5.h \ mem.h \ + pixdesc.h \ pixfmt.h \ rational.h \ sha1.h \ @@ -34,6 +35,7 @@ OBJS = adler32.o \ mathematics.o \ md5.o \ mem.o \ + pixdesc.o \ random_seed.o \ rational.o \ rc4.o \ |