comparison configure @ 33643:311468e8af65

build: Compile libav* libraries from the top level of the ffmpeg subdirectory. Compiling from subdirectories is not guaranteed to work correctly.
author diego
date Sun, 26 Jun 2011 14:16:40 +0000
parents 20cf5b01802a
children c15dabfa2380
comparison
equal deleted inserted replaced
33642:20cf5b01802a 33643:311468e8af65
8770 fi 8770 fi
8771 8771
8772 8772
8773 # Create a config.mak for FFmpeg that includes MPlayer's config.mak. 8773 # Create a config.mak for FFmpeg that includes MPlayer's config.mak.
8774 cat > ffmpeg/config.mak << EOF 8774 cat > ffmpeg/config.mak << EOF
8775 include ../../config.mak 8775 ifndef FFMPEG_CONFIG_MAK
8776 FFMPEG_CONFIG_MAK = 1
8777 include ../config.mak
8778 endif # MPLAYER_CONFIG_MAK
8776 EOF 8779 EOF
8777 8780
8778 cat > ffmpeg/config.h << EOF 8781 cat > ffmpeg/config.h << EOF
8779 #include "../config.h" 8782 #include "../config.h"
8780 EOF 8783 EOF