Mac OS X: My Intel x86 Macbook has FFMPEG in /usr/local/...

This commit is contained in:
Jonathan Campbell
2021-06-23 00:55:01 -07:00
parent 94274e56ff
commit 2b48734579
2 changed files with 0 additions and 4 deletions

View File

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

View File

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