mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 19:08:32 +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 CPPFLAGS="$CPPFLAGS$new"
|
||||||
export CXXFLAGS="$CXXFLAGS$new"
|
export CXXFLAGS="$CXXFLAGS$new"
|
||||||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$brew/lib/pkgconfig"
|
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$brew/lib/pkgconfig"
|
||||||
else
|
|
||||||
opts+=" --disable-avcodec"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# now compile ourself
|
# now compile ourself
|
||||||
|
@@ -67,8 +67,6 @@ if [[ -d "$brew" && -d "$brew/include" && -d "$brew/lib" ]]; then
|
|||||||
export CPPFLAGS="$CPPFLAGS$new"
|
export CPPFLAGS="$CPPFLAGS$new"
|
||||||
export CXXFLAGS="$CXXFLAGS$new"
|
export CXXFLAGS="$CXXFLAGS$new"
|
||||||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$brew/lib/pkgconfig"
|
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$brew/lib/pkgconfig"
|
||||||
else
|
|
||||||
opts+=" --disable-avcodec"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# now compile ourself
|
# now compile ourself
|
||||||
|
Reference in New Issue
Block a user