Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
vtk
0001-Add-libogg-to-IOMovie-target-link-librarie...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Add-libogg-to-IOMovie-target-link-libraries.patch of Package vtk
From 9418a8a8c84c8185d61e5135b95a67c3d98ba23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de> Date: Mon, 25 Feb 2019 00:27:07 +0100 Subject: [PATCH] Add libogg to IOMovie target link libraries --- IO/Movie/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IO/Movie/CMakeLists.txt b/IO/Movie/CMakeLists.txt index 457f1a99..98ca4708 100644 --- a/IO/Movie/CMakeLists.txt +++ b/IO/Movie/CMakeLists.txt @@ -33,3 +33,7 @@ vtk_module_library(vtkIOMovie ${Module_SRCS}) if(WIN32 AND VTK_USE_VIDEO_FOR_WINDOWS) vtk_module_link_libraries(vtkIOMovie LINK_PRIVATE vfw32) endif() + +if(vtkIOMovie_vtkoggtheora) + target_link_libraries(vtkIOMovie PUBLIC ogg) +endif() -- 2.20.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor