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
a953577b
Commit
a953577b
authored
Jul 05, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: move metadata-example.c to doc/examples
parent
5d1b39f7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
Makefile
doc/examples/Makefile
+1
-1
metadata.c
doc/examples/metadata.c
+0
-1
Makefile
libavformat/Makefile
+0
-1
No files found.
doc/examples/Makefile
View file @
a953577b
...
...
@@ -3,7 +3,7 @@ FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
CFLAGS
+=
$(
shell
pkg-config
--cflags
$(FFMPEG_LIBS))
LDFLAGS
+=
$(
shell
pkg-config
--libs
$(FFMPEG_LIBS))
EXAMPLES
=
encoding muxing
EXAMPLES
=
encoding m
etadata m
uxing
OBJS
=
$
(
addsuffix .o,
$(EXAMPLES)
)
...
...
libavformat/metadata-example
.c
→
doc/examples/metadata
.c
View file @
a953577b
...
...
@@ -22,7 +22,6 @@
/**
* @file
* @example libavformat/metadata-example.c
* Shows how the metadata API can be used in application programs.
*/
...
...
libavformat/Makefile
View file @
a953577b
...
...
@@ -341,7 +341,6 @@ OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
OBJS-$(CONFIG_ALSA_INDEV)
+=
timefilter.o
OBJS-$(CONFIG_JACK_INDEV)
+=
timefilter.o
EXAMPLES
=
metadata
TESTPROGS
=
timefilter
include
$(SRC_PATH)/subdir.mak
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