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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2014-05-12 10:44:46 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-05-12 10:44:46 +0400
commitd62e83d6a4144f5d407f847d8032f4151bcf409b (patch)
tree8ba189f1e3370eba0112b85c61de952008b48b3e /build_ffmpeg.sh
parent85431f4cc700ddabba67c37fd3b65edd7565d8b6 (diff)
Update ffmpeg and switch to w32threads
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 90c75d47..3ccdec5b 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -56,7 +56,7 @@ configure() (
--enable-shared \
--disable-static \
--enable-version3 \
- --enable-pthreads \
+ --enable-w32threads \
--disable-demuxer=matroska \
--disable-filters \
--enable-filter=yadif \
@@ -93,7 +93,7 @@ configure() (
--build-suffix=-lav \
--arch=${arch}"
- EXTRA_CFLAGS="-D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -I../thirdparty/include -DPTW32_STATIC_LIB"
+ EXTRA_CFLAGS="-D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -I../thirdparty/include"
EXTRA_LDFLAGS=""
if [ "${arch}" == "x86_64" ]; then
OPTIONS="${OPTIONS} --enable-cross-compile --cross-prefix=x86_64-w64-mingw32- --target-os=mingw32"