openh264/test
Martin Storsjö 3cacaf85f1 Include the executable suffix within make
This makes sure that e.g. "make clean" actually removes
the built exe files, and avoids relinking the exe files each
time make is run when cross compiling from linux to windows.

(Make on windows seems to have an exception that knows to skip
rebuilding the 'h264enc' target if 'h264enc' doesn't exist but
'h264enc.exe' does, but this exception doesn't work on normal
unix make.)
2014-01-23 16:15:22 +02:00
..
utils Removed unused headers in test/ 2014-01-20 22:11:47 +05:30
decoder_test.cpp Rename public interface methods to avoid two overloaded methods with the same name 2014-01-21 20:54:32 +02:00
encoder_test.cpp Removed unused headers in test/ 2014-01-20 22:11:47 +05:30
simple_test.cpp Add decoder test 2014-01-08 19:11:23 -08:00
targets.mk Include the executable suffix within make 2014-01-23 16:15:22 +02:00