diff options
author | Memphiz <memphis@machzwo.de> | 2014-06-29 21:36:37 +0200 |
---|---|---|
committer | Trent Nelson <trent.nelson@pivosgroup.com> | 2014-07-08 15:26:52 +0800 |
commit | 00b02d0fe8088a2efb8831e068a04cb4f3d76390 (patch) | |
tree | 4b04717ad93061101ce481ffe3b1f83e0a66681d /Makefile.in | |
parent | 3dd5e80e3796b8c2e37171c085a5ace59abd24e8 (diff) |
Merge pull request #4950 from Memphiz/osxfixoptical
[AE/osxsink] - fix wrong samplerate selection
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index bee1fdddeb..6c55e67926 100644 --- a/Makefile.in +++ b/Makefile.in @@ -302,6 +302,7 @@ CHECK_LIBS = xbmc/filesystem/test/filesystemTest.a \ xbmc/utils/test/utilsTest.a \ xbmc/threads/test/threadTest.a \ xbmc/interfaces/python/test/pythonSwigTest.a \ + xbmc/cores/AudioEngine/Sinks/test/AESinkTest.a \ xbmc/test/xbmc-test.a ifeq (@USE_WAYLAND@,1) |