libcheck: Just move libcompat files to a subdir
authorNirbheek Chauhan <nirbheek@centricular.com>
Fri, 9 Dec 2016 09:48:11 +0000 (15:18 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Fri, 9 Dec 2016 10:01:01 +0000 (15:31 +0530)
commiteb1f861012b6f9972b17f3a1c16de09302feb3df
treedcf5da1d87ad9338851a26d5488a14ee3e5f853a
parent0bb6d590cc6eb100df968a1971243b06a3398ad6
libcheck: Just move libcompat files to a subdir

Makes it clearer which files are actually used in libcheck and which are used
for cross-platform compatibility. This is going to be especially useful when we
add all the libcompat fallback code that upstream libcheck has which will add
about 6 new files.

https://bugzilla.gnome.org/show_bug.cgi?id=775870
libs/gst/check/libcheck/Makefile.am
libs/gst/check/libcheck/libcompat/alarm.c [moved from libs/gst/check/libcheck/alarm.c with 100% similarity]
libs/gst/check/libcheck/libcompat/clock_gettime.c [moved from libs/gst/check/libcheck/clock_gettime.c with 100% similarity]
libs/gst/check/libcheck/libcompat/libcompat.c [moved from libs/gst/check/libcheck/libcompat.c with 100% similarity]
libs/gst/check/libcheck/libcompat/libcompat.h [moved from libs/gst/check/libcheck/libcompat.h with 100% similarity]
libs/gst/check/libcheck/libcompat/localtime_r.c [moved from libs/gst/check/libcheck/localtime_r.c with 100% similarity]
libs/gst/check/libcheck/libcompat/strsignal.c [moved from libs/gst/check/libcheck/strsignal.c with 100% similarity]
libs/gst/check/libcheck/libcompat/timer_create.c [moved from libs/gst/check/libcheck/timer_create.c with 100% similarity]
libs/gst/check/libcheck/libcompat/timer_delete.c [moved from libs/gst/check/libcheck/timer_delete.c with 100% similarity]
libs/gst/check/libcheck/libcompat/timer_settime.c [moved from libs/gst/check/libcheck/timer_settime.c with 100% similarity]
libs/gst/check/libcheck/meson.build