summaryrefslogtreecommitdiff
path: root/Source/UnitTests
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2015-01-26 02:40:52 +0100
committerPierre Bourdon <delroth@gmail.com>2015-01-26 02:40:52 +0100
commit648a676ab511efa7d95c8beea7463d04037a4df0 (patch)
tree485b5470882b50245dc444eb502d470dadc31c49 /Source/UnitTests
parent34079a00379d8fb773e570c2d6fbf8750c0cd7b2 (diff)
parent1e809d9c11079be3ed8985dae42f36595767dcb5 (diff)
Merge pull request #1964 from delroth/master
Revert "Merge pull request #1903 from RisingFog/libav"
Diffstat (limited to 'Source/UnitTests')
-rw-r--r--Source/UnitTests/UnitTests.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/UnitTests.vcxproj b/Source/UnitTests/UnitTests.vcxproj
index 472479d696..a67c8e5ac0 100644
--- a/Source/UnitTests/UnitTests.vcxproj
+++ b/Source/UnitTests/UnitTests.vcxproj
@@ -93,7 +93,7 @@
OutDir :)
-->
<ItemGroup>
- <ExternalDlls Include="$(ExternalsDir)ffmpeg\shared\bin\*.dll;$(ExternalsDir)OpenAL\$(PlatformName)\*.dll" />
+ <ExternalDlls Include="$(ExternalsDir)OpenAL\$(PlatformName)\*.dll" />
</ItemGroup>
<!--Either method of running requires the runtime deps to be copied to pwd-->
<Target Name="CopyDeps"