Commit Graph

7 Commits

Author SHA1 Message Date
Martin Storsjö
e1b5e038d2 Use .obj as suffix for object files on MSVC
This avoids warnings when linking about "unrecognized source file
type, object file assumed".
2014-03-18 19:41:06 +02:00
Martin Storsjö
27a7985942 Remove an unused gitignore entry
Nothing within this project will generate .ko files.
2014-03-18 11:18:55 +02:00
Martin Storsjö
a164436d98 Automatically track per-file dependencies
This is enabled for platforms/compilers that support the -MMD
option, which creates a dependency file named out.d when compiling
to a file named out.o, only including local, not system headers.

The additional -MP option adds phony targets for all included
headers, to avoid having make error out due to "no rule to make
target foo.h" if a header is renamed/removed.

This makes sure that all the right files are rebuilt if a header
is changed, avoiding the need for a full rebuild if only a few
files are affected.
2014-01-28 08:15:45 +02:00
Varun B Patil
c80f620749 Updated issues in README.
Also updated example command to run encoder with arbitrary resolution stream.
2014-01-12 13:39:59 +05:30
Martin Storsjö
37a241601f Add more generated files to gitignore 2014-01-10 13:16:22 +02:00
Martin Storsjö
70802891b2 Add the console applications to .gitignore 2014-01-05 14:51:16 +02:00
Cullen Jennings
4ec78207fe Initial commit 2013-10-27 13:20:33 -07:00