Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
multicat
Commits
c6b6d90c
Commit
c6b6d90c
authored
Jan 03, 2012
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Preparing for 2.0 release.
parent
ee6d04f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
Makefile
Makefile
+9
-1
README
README
+3
-0
No files found.
Makefile
View file @
c6b6d90c
# multicat Makefile
CFLAGS
+=
-Wall
-O3
-fomit-frame-pointer
-D_FILE_OFFSET_BITS
=
64
-D_ISOC99_SOURCE
-D_BSD_SOURCE
VERSION
=
2.0
CFLAGS
+=
-Wall
-Wformat-security
-O3
-fomit-frame-pointer
-D_FILE_OFFSET_BITS
=
64
-D_ISOC99_SOURCE
-D_BSD_SOURCE
CFLAGS
+=
-g
LDLIBS
+=
-lrt
...
...
@@ -59,3 +60,10 @@ install: all
uninstall
:
@
rm
$(BIN)
/multicat
$(BIN)
/ingests
$(BIN)
/aggregartp
$(BIN)
/reordertp
$(BIN)
/offsets
$(BIN)
/lasts
$(BIN)
/multicat_validate
@
rm
$(MAN)
/multicat.1
$(MAN)
/ingests.1
$(MAN)
/aggregartp.1
$(MAN)
/reordertp.1
$(MAN)
/offsets.1
$(MAN)
/lasts.1
dist
:
svn
export
svn://svn.videolan.org/multicat/trunk multicat-
$(VERSION)
tar
cf - multicat-
$(VERSION)
| bzip2
-9
>
multicat-
$(VERSION)
.tar.bz2
-
rm
-rf
multicat-
$(VERSION)
ls
-l
multicat-
$(VERSION)
.tar.bz2
README
View file @
c6b6d90c
...
...
@@ -27,6 +27,9 @@ Given an offset in time from the beginning of the file, it returns the offset
of the position in number of packets. It is currently deprecated in favour of
using the -k and -d options of multicat.
LasTS is also a companion application which gives the total duration of an
auxiliary file.
Finally aggregaRTP and reordeRTP can be used to carry a high-bitrate
signal over one or several contribution links.
...
...
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