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
0fec2cb1
Commit
0fec2cb1
authored
Jan 12, 2012
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ffmpeg.
parent
9292fe4a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
5512 deletions
+1
-5512
.gitignore
.gitignore
+0
-1
Makefile
Makefile
+1
-2
configure
configure
+0
-3
ffmpeg.texi
doc/ffmpeg.texi
+0
-1091
ffmpeg.c
ffmpeg.c
+0
-4415
No files found.
.gitignore
View file @
0fec2cb1
...
...
@@ -11,7 +11,6 @@ doc/*.1
doc/*.html
doc/*.pod
doxy
ffmpeg
avconv
avplay
avprobe
...
...
Makefile
View file @
0fec2cb1
...
...
@@ -52,7 +52,6 @@ COMPILE_S = $(call COMPILE,AS)
%.c %.h
:
TAG = GEN
PROGS-$(CONFIG_FFMPEG)
+=
ffmpeg
PROGS-$(CONFIG_AVCONV)
+=
avconv
PROGS-$(CONFIG_AVPLAY)
+=
avplay
PROGS-$(CONFIG_AVPROBE)
+=
avprobe
...
...
@@ -65,7 +64,7 @@ HOSTPROGS := $(TESTTOOLS:%=tests/%)
TOOLS
=
qt-faststart trasher
TOOLS-$(CONFIG_ZLIB)
+=
cws2fws
BASENAMES
=
ffmpeg
avconv avplay avprobe avserver
BASENAMES
=
avconv avplay avprobe avserver
ALLPROGS
=
$
(
BASENAMES:%
=
%
$(EXESUF)
)
ALLMANPAGES
=
$
(
BASENAMES:%
=
%.1
)
...
...
configure
View file @
0fec2cb1
...
...
@@ -80,7 +80,6 @@ Configuration options:
--enable-nonfree allow use of nonfree code, the resulting libs
and binaries will be unredistributable [no]
--disable-doc do not build documentation
--disable-ffmpeg disable ffmpeg build
--disable-avconv disable avconv build
--disable-avplay disable avplay build
--disable-avprobe disable avprobe build
...
...
@@ -911,7 +910,6 @@ PROGRAM_LIST="
avplay
avprobe
avserver
ffmpeg
"
CONFIG_LIST
=
"
...
...
@@ -1536,7 +1534,6 @@ avplay_select="rdft"
avprobe_deps
=
"avcodec avformat"
avserver_deps
=
"avformat ffm_muxer fork rtp_protocol rtsp_demuxer !shared"
avserver_extralibs
=
'$ldl'
ffmpeg_deps
=
"avcodec avformat swscale"
doc_deps
=
"texi2html"
...
...
doc/ffmpeg.texi
deleted
100644 → 0
View file @
9292fe4a
This diff is collapsed.
Click to expand it.
ffmpeg.c
deleted
100644 → 0
View file @
9292fe4a
This diff is collapsed.
Click to expand it.
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