Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
iliya-gr committed Aug 13, 2012
0 parents commit 059376e
Show file tree
Hide file tree
Showing 11 changed files with 10,663 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
@@ -0,0 +1,11 @@
*~
*.o
*.cache
*.log
*.status
.deps/
autom4te.cache/
autoscan.log
config.h
Makefile
stamp*
4 changes: 4 additions & 0 deletions Makefile.am
@@ -0,0 +1,4 @@
bin_PROGRAMS = mediasegmenter
mediasegmenter_CFLAGS = $(AVFORMAT_CFLAGS) $(AVUTIL_CFLAGS) $(AVCODEC_CFLAGS)
mediasegmenter_LDADD = $(AVFORMAT_LIBS) $(AVUTIL_LIBS) $(AVCODEC_LIBS)
mediasegmenter_SOURCES = mediasegmenter.c

0 comments on commit 059376e

Please sign in to comment.