Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37817785
en ru br
ALT Linux repos
S:6.26.1-alt3
5.0: 0.2.5-alt4
4.1: 0.2.5-alt0.svn1045
4.0: 0.2.2-alt0.7

Group :: Video
RPM: mlt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-no-version-script.patch
Download


--- a/src/framework/Makefile
+++ b/src/framework/Makefile
@@ -20,10 +20,6 @@ SONAME = $(NAME).$(soversion)
 SHFLAGS += -Wl,-soname,$(SONAME)
 endif
 
-ifeq ($(targetos), Linux)
-SHFLAGS += -Wl,--version-script=mlt.vers
-endif
-
 OBJS = mlt_audio.o \
 	   mlt_frame.o \
 	   mlt_version.o \
--- a/src/mlt++/Makefile
+++ b/src/mlt++/Makefile
@@ -19,12 +19,9 @@ endif
 ifneq (, $(shell $(CXX) --version | grep -is -e g++ -e clang))
 	CXXFLAGS += -std=c++11
 endif
-CXXFLAGS += -I.. -DVERSION=\"$(version)\" -fvisibility=hidden
+CXXFLAGS += -I.. -DVERSION=\"$(version)\"
 
 LDFLAGS := $(RDYNAMIC) -L../framework -lmlt $(LDFLAGS)
-ifeq ($(targetos), Linux)
-LDFLAGS += -Wl,--version-script=mlt++.vers
-endif
 
 OBJS = MltAudio.o \
 	   MltAnimation.o \
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin