From 105894fdc08753e751b318d73312b7974c030697 Mon Sep 17 00:00:00 2001 From: The Dax Date: Sat, 26 Oct 2013 16:10:58 -0400 Subject: [PATCH] Remove useless ffmpeg Librarian dependencies from Core. --- Core/Core.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Core.vcxproj b/Core/Core.vcxproj index 3ee7695ff4..2d8cdc7d58 100644 --- a/Core/Core.vcxproj +++ b/Core/Core.vcxproj @@ -130,7 +130,7 @@ Updating git-version.cpp - ..\ffmpeg\Windows\x86\lib\avcodec.lib;..\ffmpeg\Windows\x86\lib\avdevice.lib;..\ffmpeg\Windows\x86\lib\avformat.lib;..\ffmpeg\Windows\x86\lib\avutil.lib;..\ffmpeg\Windows\x86\lib\swresample.lib;..\ffmpeg\Windows\x86\lib\swscale.lib;%(AdditionalDependencies) + %(AdditionalDependencies) @@ -587,4 +587,4 @@ - + \ No newline at end of file