Martin Storsjö
fa52fbfc9d
Ignore the MSVC generated map file, remove it on make clean
2016-01-21 10:23:34 +02:00
HaiboZhu
319552db48
Merge pull request #2160 from cisco/cj-build1
...
Cj build1
2015-10-26 13:58:29 +08:00
Martin Storsjö
2b33c74993
Include the version number and other info in the built DLL file
2015-04-20 12:08:52 +03:00
Cullen Jennings
d744a1ab19
update .gitignore to ignore emacs temp files
2014-11-27 15:46:29 -07:00
Zaheer Abbas Merali
46d30cd33c
Add pkg-config file.
2014-10-26 15:26:52 -07:00
Martin Storsjö
c9a6482fc6
Use default paths for and object files and other intermediate files
...
This makes sure that one can build for all architectures without
having the intermediates from one clobber the other.
2014-07-15 13:00:56 +03:00
Martin Storsjö
83d7c3547c
Ignore files generated by MSVC
2014-06-29 13:59:18 +03:00
Martin Storsjö
8cdf6aac15
Add the external directory gmp-api to gitignore
2014-06-25 09:55:46 +03:00
Licai Guo
5507c76e5d
update .gitignore to ignore *.orig
2014-04-23 00:20:08 -07:00
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