diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-24 11:28:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-24 11:28:42 +0000 |
| commit | 800d0706716ad03b76e89dd52714de0a27bb0a0c (patch) | |
| tree | d09bf0a81fc7937957371c92145eca37ab5590b3 | |
| parent | a0f5295d9dd1d9e86e69bc5b367c93ee277af045 (diff) | |
Missing libswresample dependency.
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 | ||||
| -rw-r--r-- | platform/windows/wscript | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index cca55ff28..4ce7bea10 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -104,6 +104,7 @@ universal_copy_lib $ROOT libavutil "$WORK/$libs" universal_copy_lib $ROOT libavcodec "$WORK/$libs" universal_copy_lib $ROOT libswscale "$WORK/$libs" universal_copy_lib $ROOT libpostproc "$WORK/$libs" +universal_copy_lib $ROOT libswresample "$WORK/$libs" universal_copy $ROOT bin/ffprobe "$WORK/$macos" universal_copy_lib $ENV libboost_system "$WORK/$libs" universal_copy_lib $ENV libboost_filesystem "$WORK/$libs" diff --git a/platform/windows/wscript b/platform/windows/wscript index aa5ee2efe..c11eeb07c 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -132,6 +132,7 @@ File "%cdist_deps%/bin/avformat-56.dll" File "%cdist_deps%/bin/avutil-54.dll" File "%cdist_deps%/bin/avdevice-56.dll" File "%cdist_deps%/bin/postproc-53.dll" +File "%cdist_deps%/bin/swresample-1.dll" File "%cdist_deps%/bin/dcp-1.0.dll" File "%cdist_deps%/bin/libopenjpeg-1.dll" File "%cdist_deps%/bin/swscale-3.dll" |
