blob: 32648b6eef028523f13cfd6a16de7a62cabfa600 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bazaar/Media/Media.upp.orig 2015-03-02 00:01:01 UTC
+++ bazaar/Media/Media.upp
@@ -8,7 +8,7 @@ library(MSC) "avcodec.lib avformat.lib a
library(GCC WIN32) "avcodec avformat avutil swscale avdevice avcore";
-library(GCC !WIN32) "avutil avcodec avformat avdevice swscale";
+library(POSIX) "avutil avcodec avformat avdevice swscale";
link(MSC) /FORCE:MULTIPLE;
|