Projects
Multimedia
nordlicht
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
nordlicht.spec
Changed
@@ -1,7 +1,7 @@ %define soname 0 Name: nordlicht -Version: 0.4.0 +Version: 0.4.1 Release: 0 License: GPL-2.0+ Summary: Creates colorful barcodes from video files
View file
_service:download_files:v0.4.0.tar.gz/cmake/FindFFmpeg.cmake -> _service:download_files:v0.4.1.tar.gz/cmake/FindFFmpeg.cmake
Changed
@@ -9,10 +9,8 @@ # # For each of the components it will additionally set. # - AVCODEC -# - AVDEVICE # - AVFORMAT # - AVUTIL -# - POSTPROCESS # - SWSCALE # the following variables will be defined # <component>_FOUND - System has <component> @@ -100,10 +98,8 @@ # Check for all possible component. find_component(AVCODEC libavcodec avcodec libavcodec/avcodec.h) find_component(AVFORMAT libavformat avformat libavformat/avformat.h) - find_component(AVDEVICE libavdevice avdevice libavdevice/avdevice.h) find_component(AVUTIL libavutil avutil libavutil/avutil.h) find_component(SWSCALE libswscale swscale libswscale/swscale.h) - find_component(POSTPROC libpostproc postproc libpostproc/postprocess.h) # Check if the required components were found and add their stuff to the FFMPEG_* vars. foreach (_component ${FFmpeg_FIND_COMPONENTS}) @@ -134,7 +130,7 @@ endif () # Now set the noncached _FOUND vars for the components. -foreach (_component AVCODEC AVDEVICE AVFORMAT AVUTIL POSTPROCESS SWSCALE) +foreach (_component AVCODEC AVFORMAT AVUTIL SWSCALE) set_component_found(${_component}) endforeach ()
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.