Projects
Multimedia
vamp-match-plugin
vamp-match-plugin-fix_makefile.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vamp-match-plugin-fix_makefile.patch of Package vamp-match-plugin (Revision 3)
Currently displaying revision
3
,
Show latest
--- Makefile.orig 2011-03-10 00:56:08.000000000 +0100 +++ Makefile 2011-03-10 00:57:05.000000000 +0100 @@ -1,8 +1,10 @@ -CXXFLAGS := -fPIC -ffast-math -O3 -Wall +OPTFLAGS = -O3 +CXXFLAGS = -fPIC -ffast-math -Wall $(OPTFLAGS) +CXX = g++ match-vamp-plugin.so: Finder.o Matcher.o MatchFeeder.o MatchVampPlugin.o Path.o - g++ -shared $^ -o $@ -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map + $(CXX) $(CXXFLAGS) -shared $^ -o $@ -lvamp-sdk -lpthread clean: rm *.o
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
.