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
4f3da985
Commit
4f3da985
authored
Jun 14, 2007
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make ppm vhook depend on fork()
Originally committed as revision 9312 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b0268cc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
configure
configure
+2
-0
Makefile
vhook/Makefile
+6
-2
No files found.
configure
View file @
4f3da985
...
...
@@ -1667,6 +1667,8 @@ elif check_func dlopen -ldl; then
ldl
=
-ldl
fi
check_func fork
test
"
$vhook
"
=
"default"
&&
vhook
=
"
$dlopen
"
enabled_any vhook liba52bin libfaadbin ffserver
&&
add_extralibs
$ldl
...
...
vhook/Makefile
View file @
4f3da985
...
...
@@ -6,8 +6,12 @@ CFLAGS=-I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libav
-I
$(SRC_PATH)
/libavformat
-I
$(SRC_PATH)
/libswscale
$(VHOOKCFLAGS)
-DHAVE_AV_CONFIG_H
LDFLAGS
+=
-g
HOOKS
=
null
$(SLIBSUF)
fish
$(SLIBSUF)
ppm
$(SLIBSUF)
watermark
$(SLIBSUF)
ALLHOOKS
=
$(HOOKS)
imlib2
$(SLIBSUF)
drawtext
$(SLIBSUF)
HOOKS
=
null
$(SLIBSUF)
fish
$(SLIBSUF)
watermark
$(SLIBSUF)
ALLHOOKS
=
$(HOOKS)
ppm
$(SLIBSUF)
imlib2
$(SLIBSUF)
drawtext
$(SLIBSUF)
ifeq
($(HAVE_FORK),yes)
HOOKS
+=
ppm
$(SLIBSUF)
endif
ifeq
($(HAVE_IMLIB2),yes)
HOOKS
+=
imlib2
$(SLIBSUF)
...
...
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