Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
9987769a
Commit
9987769a
authored
Apr 10, 2008
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct soname for vhooks
Originally committed as revision 12785 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
791a3fc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile
Makefile
+1
-0
configure
configure
+3
-3
No files found.
Makefile
View file @
9987769a
...
...
@@ -112,6 +112,7 @@ vhook/%.o vhook/%.d: CFLAGS:=$(VHOOKCFLAGS)
# vhooks compile fine without libav*, but need them nonetheless.
videohook
:
$(FF_DEP_LIBS) $(HOOKS)
$(eval
VHOOKSHFLAGS
=
$(VHOOKSHFLAGS)
)
vhook/%$(SLIBSUF)
:
vhook/%.o
$(CC)
$(LDFLAGS)
-o
$@
$(VHOOKSHFLAGS)
$<
$(VHOOKLIBS)
$
(
LIBS_
$
(
@F
))
...
...
configure
View file @
9987769a
...
...
@@ -924,7 +924,7 @@ enable stripping
vhook
=
"default"
# build settings
SHFLAGS
=
'-shared -Wl,-soname,$
(SLIBNAME_WITH_MAJOR
)'
SHFLAGS
=
'-shared -Wl,-soname,$
$(@F
)'
VHOOKSHFLAGS
=
'$(SHFLAGS)'
LDLATEFLAGS
=
'-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
FFSERVERLDFLAGS
=
-Wl
,-E
...
...
@@ -1077,7 +1077,7 @@ case $target_os in
fi
;;
sunos
)
FFSERVERLDFLAGS
=
""
SHFLAGS
=
'-shared -Wl,-h,$
(SLIBNAME_WITH_MAJOR
)'
SHFLAGS
=
'-shared -Wl,-h,$
$(@F
)'
network_extralibs
=
"-lsocket -lnsl"
;;
netbsd
)
...
...
@@ -1104,7 +1104,7 @@ case $target_os in
darwin
)
disable need_memalign
SHFLAGS
=
'-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR) -Wl,-read_only_relocs,suppress'
VHOOKSHFLAGS
=
'-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(SHLIBDIR)/vhook/$$
@
'
VHOOKSHFLAGS
=
'-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(SHLIBDIR)/vhook/$$
(@F)
'
strip
=
"strip -x"
FFLDFLAGS
=
"-Wl,-dynamic,-search_paths_first"
SLIBSUF
=
".dylib"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment