package oce: fix patch and update

This commit is contained in:
Martin Müllenhaupt 2014-09-04 13:37:26 +02:00
parent e1ba5e4a66
commit 4e81d72aff
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ index f355c09..6587958 100644
endif (OPENCL_FOUND AND OCE_WITH_OPENCL)
if(WIN32)
- list(APPEND TOOLKIT_LIBS vfw32)
+ list(APPEND TOOLKIT_LIBS msvfw32)
+ list(APPEND TOOLKIT_LIBS msvfw32)
endif()
include(../BuildToolkit.cmake)

View File

@ -11,8 +11,8 @@ $(PKG)_URL := https://codeload.github.com/tpaviot/$(PKG)/tar.gz/OCE-$($(PKG
$(PKG)_DEPS := gcc freetype
define $(PKG)_UPDATE
echo 'TODO: write update script for $(PKG)' >&2;
echo $($(PKG)_VERSION)
echo 'TODO: write update script for oce' >&2;
echo $(oce_VERSION)
endef
define $(PKG)_BUILD