diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-02 20:45:46 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-02 20:45:46 +0000 |
commit | 262d1c5d2206467809fd81d841d09ad70cc8ba13 (patch) | |
tree | 07b02781e1fbf22e5386d45d8f08683c35f9ded2 /libavcore/Makefile | |
parent | 7e35d8596b4abdf2331c7fb2bf1a73e8be08c4a8 (diff) | |
download | ffmpeg-262d1c5d2206467809fd81d841d09ad70cc8ba13.tar.gz |
Move sample format definitions from libavcodec to libavcore.
Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/Makefile')
-rw-r--r-- | libavcore/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcore/Makefile b/libavcore/Makefile index 5e16c34fbd..97d973fa28 100644 --- a/libavcore/Makefile +++ b/libavcore/Makefile @@ -6,6 +6,7 @@ FFLIBS = avutil HEADERS = avcore.h \ imgutils.h \ parseutils.h \ + samplefmt.h \ OBJS = imgutils.o \ parseutils.o \ |