summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenALStream.cpp
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2015-06-21 15:36:57 -0400
committercomex <comexk@gmail.com>2015-06-21 15:45:02 -0400
commit4b060891032bf0d158fb9b2a91a82c45f1fd223f (patch)
tree6bb133916c63c50e43d391de02b03bdb1c804368 /Source/Core/AudioCommon/OpenALStream.cpp
parent700b850acdb4895a6f70942d1470e998d76819c1 (diff)
Fix linking to libav in non-default path
LIBAV_LDFLAGS has -L, LIBAV_LIBRARIES is just the names of the I think this is not necessary for other dependencies because they consist of a single library and go through a different path (check_lib) that provides the full path to it. e.g. from my CMakeCache.txt: ICONV_LIBRARIES:FILEPATH=/usr/lib/libiconv.dylib (good) LIBAV_LIBRARIES:INTERNAL=avcodec;avformat;swscale;avutil (bad)
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
0 files changed, 0 insertions, 0 deletions