Correcting order for static linking.

This commit is contained in:
D.J. Capelis 2006-07-03 10:00:56 +00:00
parent 21a5ea85cd
commit 10d6a50ae0

@ -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'