[SCM] libav/experimental: cosmetics: Put AMR entry in alphabetical order with all external libraries.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:59:11 UTC 2013
The following commit has been merged in the experimental branch:
commit 9cfacd527c3c69a0f3f079be05346e43e47ef47a
Author: Diego Biurrun <diego at biurrun.de>
Date: Wed Apr 25 19:13:09 2007 +0000
cosmetics: Put AMR entry in alphabetical order with all external libraries.
Originally committed as revision 8814 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6b1462e..0f7de84 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -259,6 +259,7 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o
OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o
# external codec libraries
+OBJS-$(CONFIG_AMR) += amr.o
OBJS-$(CONFIG_LIBA52) += a52dec.o
OBJS-$(CONFIG_LIBDTS) += dtsdec.o
OBJS-$(CONFIG_LIBFAAC) += faac.o
@@ -270,8 +271,6 @@ OBJS-$(CONFIG_LIBVORBIS) += oggvorbis.o
OBJS-$(CONFIG_X264) += x264.o
OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o
-OBJS-$(CONFIG_AMR) += amr.o
-
OBJS-$(CONFIG_AAC_PARSER) += parser.o
OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3.o
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list