diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-11-02 23:03:15 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-11-02 23:03:15 +0100 |
commit | f712d24821a26ecc522beae58b70cba93103cbcb (patch) | |
tree | c7bd67d8d8878748f2505099185257dc92359769 /cmake/installdata | |
parent | ed5af9b8547e29e498949547798b06a2460036e3 (diff) |
[windows] build FFmpeg static
Diffstat (limited to 'cmake/installdata')
-rw-r--r-- | cmake/installdata/windows/dlls.txt | 1 | ||||
-rw-r--r-- | cmake/installdata/windowsstore/dlls.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cmake/installdata/windows/dlls.txt b/cmake/installdata/windows/dlls.txt index c17bd76a7d..a4bfb7949a 100644 --- a/cmake/installdata/windows/dlls.txt +++ b/cmake/installdata/windows/dlls.txt @@ -1,3 +1,2 @@ project/BuildDependencies/${ARCH}/bin/libbluray*.jar . project/BuildDependencies/${ARCH}/bin/*.dll . -project/BuildDependencies/mingwlibs/${ARCH}/bin/*.dll . diff --git a/cmake/installdata/windowsstore/dlls.txt b/cmake/installdata/windowsstore/dlls.txt index a927b3d4ab..8b4544968c 100644 --- a/cmake/installdata/windowsstore/dlls.txt +++ b/cmake/installdata/windowsstore/dlls.txt @@ -1,2 +1 @@ project/BuildDependencies/win10-${ARCH}/bin/*.dll dlls -project/BuildDependencies/mingwlibs/win10-${ARCH}/bin/*.dll dlls |