summaryrefslogtreecommitdiff
path: root/libavcore/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-02 22:08:02 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-02 22:08:02 +0000
commitd63e456a2abcc8c23962f2b8828004c6a35ca1fe (patch)
tree06ff602fe7de05832fe92a70011319326585a763 /libavcore/Makefile
parent262d1c5d2206467809fd81d841d09ad70cc8ba13 (diff)
Implement functions:
av_get_sample_fmt_name() av_get_sample_fmt() av_get_sample_fmt_string() in libavcore, and deprecate the corresponding libavcodec/audioconvert.h functions: avcodec_get_sample_fmt_name() avcodec_get_sample_fmt() avcodec_sample_fmt_string() Originally committed as revision 25653 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/Makefile')
-rw-r--r--libavcore/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcore/Makefile b/libavcore/Makefile
index 97d973fa28..037f55ebf7 100644
--- a/libavcore/Makefile
+++ b/libavcore/Makefile
@@ -10,6 +10,7 @@ HEADERS = avcore.h \
OBJS = imgutils.o \
parseutils.o \
+ samplefmt.o \
utils.o \
include $(SUBDIR)../subdir.mak