Skip to content

Commit

Permalink
Merge pull request #25 from RedDwarf69/versioned_symbols
Browse files Browse the repository at this point in the history
Use symbol versioning
  • Loading branch information
ddennedy committed Feb 13, 2013
2 parents d610de0 + e8936a5 commit 4d3143f
Show file tree
Hide file tree
Showing 5 changed files with 847 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
NAME = libmlt$(LIBSUF)
TARGET = $(NAME).$(version)
SONAME = $(NAME).$(soversion)
SHFLAGS += -Wl,-soname,$(SONAME)
SHFLAGS += -Wl,-soname,$(SONAME) -Wl,--version-script=mlt.vers
endif

OBJS = mlt_frame.o \
Expand Down
Loading

0 comments on commit 4d3143f

Please sign in to comment.