Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/thirdparty/LAVFilters/build_ffmpeg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thirdparty/LAVFilters/build_ffmpeg.sh b/src/thirdparty/LAVFilters/build_ffmpeg.sh
index e595c178e..decc20681 100755
--- a/src/thirdparty/LAVFilters/build_ffmpeg.sh
+++ b/src/thirdparty/LAVFilters/build_ffmpeg.sh
@@ -51,7 +51,7 @@ copy_libs() {
clean() {
cd ${FFMPEG_BUILD_PATH}
echo Cleaning...
- if [ -f config.mak ]; then
+ if [ -f ffbuild/config.mak ]; then
make distclean > /dev/null 2>&1
fi
cd ${BASEDIR}
@@ -151,7 +151,7 @@ if [ "${3}" == "Clean" ]; then
CONFIGRETVAL=$?
else
## Check if configure was previously run
- if [ -f config.mak ]; then
+ if [ -f ffbuild/config.mak ]; then
CLEANBUILD=0
else
CLEANBUILD=1