summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-01-27 00:26:41 +0000
committerMåns Rullgård <mans@mansr.com>2010-01-27 00:26:41 +0000
commit97d5fa38e07971a2bb9e2102f27a1374b332166a (patch)
treeed7eac9fda80312e614ab21d5eeb89a1f90c829a /Makefile
parentb51de6d8c71ff087e006c3a9613f6cb055aea687 (diff)
10l: fix linking
Alphabetical order isn't always a good idea. Originally committed as revision 21472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 280af61d0b..ff198e8f48 100644
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,10 @@ ALLPROGS = $(addsuffix $(EXESUF), $(BASENAMES))
ALLPROGS_G = $(addsuffix _g$(EXESUF), $(BASENAMES))
ALLMANPAGES = $(addsuffix .1, $(BASENAMES))
-FFLIBS-$(CONFIG_AVCODEC) += avcodec
FFLIBS-$(CONFIG_AVDEVICE) += avdevice
FFLIBS-$(CONFIG_AVFILTER) += avfilter
FFLIBS-$(CONFIG_AVFORMAT) += avformat
+FFLIBS-$(CONFIG_AVCODEC) += avcodec
FFLIBS-$(CONFIG_POSTPROC) += postproc
FFLIBS-$(CONFIG_SWSCALE) += swscale