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 15)
Currently displaying revision
15
,
Show latest
--- gtk/configure.ac.orig 2016-01-09 12:16:52.898315042 +0100 +++ gtk/configure.ac 2016-01-09 12:16:52.918314661 +0100 @@ -158,7 +158,7 @@ GHB_TOOLS_CFLAGS=`$BUILD_PKG_CONFIG --cflags glib-2.0 gdk-pixbuf-2.0` GHB_TOOLS_LIBS=`$BUILD_PKG_CONFIG --libs glib-2.0 gdk-pixbuf-2.0` -HB_LIBS="-lhandbrake -lavresample -lavformat -lavcodec -lavutil -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2" +HB_LIBS="-lhandbrake -lavresample -lavformat -lavcodec -lavutil -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lx265 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2" case $host in *-*-mingw*) --- make/include/main.defs.orig 2016-01-09 12:16:56.814240398 +0100 +++ make/include/main.defs 2016-01-09 14:51:54.590379620 +0100 @@ -51,22 +51,18 @@ MODULES += contrib/libsamplerate MODULES += contrib/lame MODULES += contrib/x264 + MODULES += contrib/x265 + MODULES += contrib/ffmpeg + MODULES += contrib/libvpx + MODULES += contrib/libdvdread + MODULES += contrib/libdvdnav + MODULES += contrib/libbluray 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)) ifneq ($(HAS.pthread),1) MODULES += contrib/pthreadw32 --- test/module.defs.orig 2016-01-09 12:17:01.246155850 +0100 +++ test/module.defs 2016-01-09 12:17:01.258155621 +0100 @@ -16,7 +16,7 @@ TEST.GCC.l = \ ass avcodec avformat avutil avresample dvdnav dvdread \ fontconfig fribidi mp3lame ogg \ - samplerate swscale vpx theoraenc theoradec vorbis vorbisenc x264 \ + samplerate swscale vpx theoraenc theoradec vorbis vorbisenc x264 x265 \ bluray freetype xml2 bz2 z 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
.