mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-13 17:48:10 +08:00
Mac OS X: My Intel x86 Macbook has FFMPEG in /usr/local/...
This commit is contained in:
@@ -70,8 +70,6 @@ if [[ -d "$brew" && -d "$brew/include" && -d "$brew/lib" ]]; then
|
||||
export CPPFLAGS="$CPPFLAGS$new"
|
||||
export CXXFLAGS="$CXXFLAGS$new"
|
||||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$brew/lib/pkgconfig"
|
||||
else
|
||||
opts+=" --disable-avcodec"
|
||||
fi
|
||||
|
||||
# now compile ourself
|
||||
|
@@ -67,8 +67,6 @@ if [[ -d "$brew" && -d "$brew/include" && -d "$brew/lib" ]]; then
|
||||
export CPPFLAGS="$CPPFLAGS$new"
|
||||
export CXXFLAGS="$CXXFLAGS$new"
|
||||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$brew/lib/pkgconfig"
|
||||
else
|
||||
opts+=" --disable-avcodec"
|
||||
fi
|
||||
|
||||
# now compile ourself
|
||||
|
Reference in New Issue
Block a user