Projects
Multimedia
handbrake
HandBrake-build-shared.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File HandBrake-build-shared.patch of Package handbrake (Revision 21)
Currently displaying revision
21
,
Show latest
--- make/include/main.defs.orig 2017-02-25 21:56:19.000000000 +0100 +++ make/include/main.defs 2017-03-19 18:35:38.487344358 +0100 @@ -67,20 +67,17 @@ MODULES += contrib/freetype MODULES += contrib/libass MODULES += contrib/yasm + MODULES += contrib/x265 + MODULES += contrib/ffmpeg + MODULES += contrib/libvpx + MODULES += contrib/libdvdread + MODULES += contrib/libdvdnav endif ifeq (1,$(FEATURE.fdk_aac)) MODULES += contrib/fdk-aac endif -ifeq (1,$(FEATURE.x265)) - MODULES += contrib/x265 -endif - -MODULES += contrib/ffmpeg -MODULES += contrib/libvpx -MODULES += contrib/libdvdread -MODULES += contrib/libdvdnav MODULES += contrib/libbluray ifneq (,$(filter $(BUILD.system),mingw)) --- gtk/configure.ac.orig 2017-02-25 21:56:19.000000000 +0100 +++ gtk/configure.ac 2017-03-19 18:25:10.719325903 +0100 @@ -168,7 +168,7 @@ GHB_CFLAGS="$HBINC $GHB_CFLAGS" -HB_LIBS="-lhandbrake -lavresample -lavformat -lavcodec -lavfilter -lavutil -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus" +HB_LIBS="-lhandbrake -lavresample -lavformat -lavcodec -lavfilter -lavutil -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lx265 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus" case $host in *-*-mingw*) --- test/module.defs.orig 2017-02-25 21:56:19.000000000 +0100 +++ test/module.defs 2017-03-19 18:26:00.350380006 +0100 @@ -16,7 +16,7 @@ TEST.GCC.l = \ ass avresample avformat avcodec avfilter avutil mp3lame dvdnav \ dvdread fontconfig fribidi \ - samplerate swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 \ + samplerate swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 x265 \ bluray freetype xml2 bz2 z jansson harfbuzz opus ifeq (1,$(FEATURE.qsv))
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
.