From 10d6a50ae0ee3b9ee1fb727d1980b6fb151baec1 Mon Sep 17 00:00:00 2001 From: "D.J. Capelis" Date: Mon, 3 Jul 2006 10:00:56 +0000 Subject: [PATCH] Correcting order for static linking. --- config/linux2-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/linux2-config.py b/config/linux2-config.py index 72bf8815675..bffcb0d56fa 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -100,7 +100,7 @@ WITH_BF_FFMPEG = 'false' # -DWITH_FFMPEG BF_FFMPEG = '/usr' BF_FFMPEG_INC = '${BF_FFMPEG}/include' BF_FFMPEG_LIBPATH='$(BF_FFMPEG)/lib' -BF_FFMPEG_LIB = 'avcodec avformat avutil' +BF_FFMPEG_LIB = 'avformat avcodec avutil' # Mesa Libs should go here if your using them as well.... WITH_BF_STATICOPENGL = 'false'