Skip to content

Commit

Permalink
r1
Browse files Browse the repository at this point in the history
  • Loading branch information
msg7086 committed Oct 30, 2016
1 parent ea62f14 commit 13d4451
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
default: gop_muxer.exe

gop_muxer.exe: gop_muxer.o
g++ -o $@ $< -llsmash

gop_muxer.o: gop_muxer.cpp gop_muxer.h
g++ -O2 --std=c++11 -c gop_muxer.cpp
Loading

0 comments on commit 13d4451

Please sign in to comment.