Skip to content
Snippets Groups Projects
Commit 9cfacd52 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

cosmetics: Put AMR entry in alphabetical order with all external libraries.

Originally committed as revision 8814 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 73508bc6
No related branches found
No related tags found
No related merge requests found
...@@ -259,6 +259,7 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o ...@@ -259,6 +259,7 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o
OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o
# external codec libraries # external codec libraries
OBJS-$(CONFIG_AMR) += amr.o
OBJS-$(CONFIG_LIBA52) += a52dec.o OBJS-$(CONFIG_LIBA52) += a52dec.o
OBJS-$(CONFIG_LIBDTS) += dtsdec.o OBJS-$(CONFIG_LIBDTS) += dtsdec.o
OBJS-$(CONFIG_LIBFAAC) += faac.o OBJS-$(CONFIG_LIBFAAC) += faac.o
...@@ -270,8 +271,6 @@ OBJS-$(CONFIG_LIBVORBIS) += oggvorbis.o ...@@ -270,8 +271,6 @@ OBJS-$(CONFIG_LIBVORBIS) += oggvorbis.o
OBJS-$(CONFIG_X264) += x264.o OBJS-$(CONFIG_X264) += x264.o
OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o
OBJS-$(CONFIG_AMR) += amr.o
OBJS-$(CONFIG_AAC_PARSER) += parser.o OBJS-$(CONFIG_AAC_PARSER) += parser.o
OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3.o OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment