aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2011-10-11 00:35:25 +0200
committerLars Op den Kamp <lars@opdenkamp.eu>2011-10-11 00:59:48 +0200
commit8b70fed2a9109f73e42cad4fce73fd60f487059b (patch)
tree9a62cb8a22e2c2c1b52a3f602fe4a301036b1518 /project
parent639089de18b01d1ce761085563d1ad64f777b9c0 (diff)
cec: use libcec v0.6. fixes build issues because of outdates dependencies. adds windows and darwin support. "unknown" peripherals were still being added fixed.
Diffstat (limited to 'project')
-rw-r--r--project/BuildDependencies/scripts/libcec_d.bat10
-rw-r--r--project/BuildDependencies/scripts/libcec_d.txt3
2 files changed, 9 insertions, 4 deletions
diff --git a/project/BuildDependencies/scripts/libcec_d.bat b/project/BuildDependencies/scripts/libcec_d.bat
index 2a776bcb11..f8d6dae8d4 100644
--- a/project/BuildDependencies/scripts/libcec_d.bat
+++ b/project/BuildDependencies/scripts/libcec_d.bat
@@ -8,7 +8,11 @@ CALL dlextract.bat libcec %FILES%
cd %TMP_PATH%
xcopy libcec\include\* "%CUR_PATH%\include\libcec" /E /Q /I /Y
-xcopy libcec\*.dll "%CUR_PATH%\lib\." /Y
-xcopy libcec\*.lib "%CUR_PATH%\lib\." /Y
-cd %LOC_PATH% \ No newline at end of file
+copy libcec\libcec.dll "%CUR_PATH%\lib\."
+copy libcec\pthreadVC2.dll "%CUR_PATH%\lib\."
+copy libcec\libcec.lib "%CUR_PATH%\lib\."
+copy libcec\libcec.dll "%XBMC_PATH%\project\Win32BuildSetup\dependencies\libcec.dll"
+copy libcec\pthreadVC2.dll "%XBMC_PATH%\project\Win32BuildSetup\dependencies\pthreadVC2.dll"
+
+cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/libcec_d.txt b/project/BuildDependencies/scripts/libcec_d.txt
index 9019c8b9b4..b3a9005ead 100644
--- a/project/BuildDependencies/scripts/libcec_d.txt
+++ b/project/BuildDependencies/scripts/libcec_d.txt
@@ -1,2 +1,3 @@
; filename mirror source of the file
-libcec2.zip http://xbmc.opdenkamp.eu/ http://packages.pulse-eight.net/
+
+libcec6.zip http://xbmc.opdenkamp.eu/ http://packages.pulse-eight.net/