Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:MaxxedSUSE:Compiler-Tools-leap
x264
x264-use-shared-library.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File x264-use-shared-library.patch of Package x264
diff --git a/Makefile b/Makefile index cfb72da..db20589 100644 --- a/Makefile +++ b/Makefile @@ -249,6 +249,7 @@ $(LIBX264): $(OBJS) $(OBJASM) $(SONAME): $(OBJS) $(OBJASM) $(OBJSO) $(LD)$@ $(OBJS) $(OBJASM) $(OBJSO) $(SOFLAGS) $(LDFLAGS) + ln -s $(SONAME) libx264.so $(IMPLIBNAME): $(SONAME) @@ -261,7 +262,7 @@ example: example$(EXE) endif x264$(EXE): $(OBJCLI) $(CLI_LIBX264) - $(LD)$@ $(OBJCLI) $(CLI_LIBX264) $(LDFLAGSCLI) $(LDFLAGS) + $(LD)$@ $(OBJCLI) -L. -lx264 $(CLI_LIBX264) $(LDFLAGSCLI) $(LDFLAGS) checkasm8$(EXE): $(OBJCHK) $(OBJCHK_8) $(LIBX264) $(LD)$@ $(OBJCHK) $(OBJCHK_8) $(LIBX264) $(LDFLAGS)
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