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>2012-05-08 23:17:47 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-05-08 23:22:20 +0400
commit47c2a62e63bc6a1f61508a06b3cf8bd96f095c0d (patch)
tree8e57c2da4bebcb8c1fcc5fb6a821b36d8f14c7bb
parent2c97a73d08c59a5d4a42e034dcd237a9745098e9 (diff)
Rename folder "includes" -> "include" to keep with the standard.
-rw-r--r--build_ff_win32.sh2
-rw-r--r--build_ff_x64.sh2
-rw-r--r--thirdparty/include/speex/speex.h (renamed from thirdparty/includes/speex/speex.h)0
-rw-r--r--thirdparty/include/speex/speex_bits.h (renamed from thirdparty/includes/speex/speex_bits.h)0
-rw-r--r--thirdparty/include/speex/speex_buffer.h (renamed from thirdparty/includes/speex/speex_buffer.h)0
-rw-r--r--thirdparty/include/speex/speex_callbacks.h (renamed from thirdparty/includes/speex/speex_callbacks.h)0
-rw-r--r--thirdparty/include/speex/speex_config_types.h (renamed from thirdparty/includes/speex/speex_config_types.h)0
-rw-r--r--thirdparty/include/speex/speex_echo.h (renamed from thirdparty/includes/speex/speex_echo.h)0
-rw-r--r--thirdparty/include/speex/speex_header.h (renamed from thirdparty/includes/speex/speex_header.h)0
-rw-r--r--thirdparty/include/speex/speex_jitter.h (renamed from thirdparty/includes/speex/speex_jitter.h)0
-rw-r--r--thirdparty/include/speex/speex_preprocess.h (renamed from thirdparty/includes/speex/speex_preprocess.h)0
-rw-r--r--thirdparty/include/speex/speex_resampler.h (renamed from thirdparty/includes/speex/speex_resampler.h)0
-rw-r--r--thirdparty/include/speex/speex_stereo.h (renamed from thirdparty/includes/speex/speex_stereo.h)0
-rw-r--r--thirdparty/include/speex/speex_types.h (renamed from thirdparty/includes/speex/speex_types.h)0
14 files changed, 2 insertions, 2 deletions
diff --git a/build_ff_win32.sh b/build_ff_win32.sh
index ffaab8c2..fb5f8ed6 100644
--- a/build_ff_win32.sh
+++ b/build_ff_win32.sh
@@ -56,7 +56,7 @@ OPTIONS="
--arch=x86 --cpu=i686 --target-os=mingw32 \
--build-suffix=-lav"
-./configure --extra-ldflags="-L../thirdparty/lib32" --extra-cflags="-I../thirdparty/includes -I../common/includes/dxva2 -mmmx -msse -mfpmath=sse" ${OPTIONS} &&
+./configure --extra-ldflags="-L../thirdparty/lib32" --extra-cflags="-I../thirdparty/include -I../common/includes/dxva2 -mmmx -msse -mfpmath=sse" ${OPTIONS} &&
make -j8 &&
cp lib*/*-lav-*.dll ../bin_Win32 &&
diff --git a/build_ff_x64.sh b/build_ff_x64.sh
index d6750234..7aa5c288 100644
--- a/build_ff_x64.sh
+++ b/build_ff_x64.sh
@@ -57,7 +57,7 @@ OPTIONS="
--cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 \
--build-suffix=-lav"
-./configure --extra-ldflags="-L../thirdparty/lib64" --extra-cflags="-I../thirdparty/includes -I../common/includes/dxva2" ${OPTIONS} &&
+./configure --extra-ldflags="-L../thirdparty/lib64" --extra-cflags="-I../thirdparty/include -I../common/includes/dxva2" ${OPTIONS} &&
make -j8 &&
cp lib*/*-lav-*.dll ../bin_x64 &&
diff --git a/thirdparty/includes/speex/speex.h b/thirdparty/include/speex/speex.h
index 82ba0162..82ba0162 100644
--- a/thirdparty/includes/speex/speex.h
+++ b/thirdparty/include/speex/speex.h
diff --git a/thirdparty/includes/speex/speex_bits.h b/thirdparty/include/speex/speex_bits.h
index a26fb4ce..a26fb4ce 100644
--- a/thirdparty/includes/speex/speex_bits.h
+++ b/thirdparty/include/speex/speex_bits.h
diff --git a/thirdparty/includes/speex/speex_buffer.h b/thirdparty/include/speex/speex_buffer.h
index df56f5f1..df56f5f1 100644
--- a/thirdparty/includes/speex/speex_buffer.h
+++ b/thirdparty/include/speex/speex_buffer.h
diff --git a/thirdparty/includes/speex/speex_callbacks.h b/thirdparty/include/speex/speex_callbacks.h
index 6f450b3a..6f450b3a 100644
--- a/thirdparty/includes/speex/speex_callbacks.h
+++ b/thirdparty/include/speex/speex_callbacks.h
diff --git a/thirdparty/includes/speex/speex_config_types.h b/thirdparty/include/speex/speex_config_types.h
index bd548546..bd548546 100644
--- a/thirdparty/includes/speex/speex_config_types.h
+++ b/thirdparty/include/speex/speex_config_types.h
diff --git a/thirdparty/includes/speex/speex_echo.h b/thirdparty/include/speex/speex_echo.h
index 53bcd28a..53bcd28a 100644
--- a/thirdparty/includes/speex/speex_echo.h
+++ b/thirdparty/include/speex/speex_echo.h
diff --git a/thirdparty/includes/speex/speex_header.h b/thirdparty/include/speex/speex_header.h
index f85b2496..f85b2496 100644
--- a/thirdparty/includes/speex/speex_header.h
+++ b/thirdparty/include/speex/speex_header.h
diff --git a/thirdparty/includes/speex/speex_jitter.h b/thirdparty/include/speex/speex_jitter.h
index d68674b1..d68674b1 100644
--- a/thirdparty/includes/speex/speex_jitter.h
+++ b/thirdparty/include/speex/speex_jitter.h
diff --git a/thirdparty/includes/speex/speex_preprocess.h b/thirdparty/include/speex/speex_preprocess.h
index f8eef2cd..f8eef2cd 100644
--- a/thirdparty/includes/speex/speex_preprocess.h
+++ b/thirdparty/include/speex/speex_preprocess.h
diff --git a/thirdparty/includes/speex/speex_resampler.h b/thirdparty/include/speex/speex_resampler.h
index 54eef8d7..54eef8d7 100644
--- a/thirdparty/includes/speex/speex_resampler.h
+++ b/thirdparty/include/speex/speex_resampler.h
diff --git a/thirdparty/includes/speex/speex_stereo.h b/thirdparty/include/speex/speex_stereo.h
index a259713b..a259713b 100644
--- a/thirdparty/includes/speex/speex_stereo.h
+++ b/thirdparty/include/speex/speex_stereo.h
diff --git a/thirdparty/includes/speex/speex_types.h b/thirdparty/include/speex/speex_types.h
index 852fed80..852fed80 100644
--- a/thirdparty/includes/speex/speex_types.h
+++ b/thirdparty/include/speex/speex_types.h