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
92f0abb2
Commit
92f0abb2
authored
Nov 26, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Check for pod2man instead of perl for manual page generation
Some systems provide Perl without pod2man.
parent
4da3f410
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
configure
configure
+3
-3
Makefile
doc/Makefile
+2
-2
No files found.
configure
View file @
92f0abb2
...
...
@@ -1124,7 +1124,7 @@ CONFIG_LIST="
memalign_hack
network
nonfree
p
erl
p
od2man
pic
rdft
runtime_cpudetect
...
...
@@ -1974,7 +1974,7 @@ avserver_select="ffm_muxer rtp_protocol rtsp_demuxer"
avserver_extralibs
=
'$ldl'
# documentation
p
erl
_deps
=
"doc"
p
od2man
_deps
=
"doc"
texi2html_deps
=
"doc"
# default parameters
...
...
@@ -3881,7 +3881,7 @@ if check_pkg_config sdl SDL_events.h SDL_PollEvent; then
enable
sdl
fi
p
erl
-v
>
/dev/null 2>&1
&&
enable
perl
||
disable perl
p
od2man
--help
>
/dev/null 2>&1
&&
enable
pod2man
||
disable pod2man
texi2html
-version
>
/dev/null 2>&1
&&
enable
texi2html
||
disable texi2html
check_header linux/fb.h
...
...
doc/Makefile
View file @
92f0abb2
...
...
@@ -11,7 +11,7 @@ HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) \
doc/nut.html
\
doc/platform.html
\
DOCS-$(CONFIG_P
ERL)
+=
$(MANPAGES)
$(PODPAGES)
DOCS-$(CONFIG_P
OD2MAN)
+=
$(MANPAGES)
$(PODPAGES)
DOCS-$(CONFIG_TEXI2HTML)
+=
$(HTMLPAGES)
DOCS
=
$
(
DOCS-yes
)
...
...
@@ -59,7 +59,7 @@ OBJDIRS += doc/examples
doc/doxy/html
:
$(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
$(M)$(SRC_PATH)
/doc/doxy-wrapper.sh
$(SRC_PATH)
$^
install-progs-$(CONFIG_P
ERL
)
:
install-man
install-progs-$(CONFIG_P
OD2MAN
)
:
install-man
install-progs-$(CONFIG_TEXI2HTML)
:
install-doc
install-doc
:
$(HTMLPAGES)
...
...
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