log

age author description
Mon, 28 Apr 2008 15:19:50 +0000 diego Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.
Mon, 28 Apr 2008 14:50:24 +0000 diego Use consistent #include paths without "../".
Mon, 28 Apr 2008 14:44:10 +0000 diego Use full path for libavutil #includes.
Mon, 28 Apr 2008 14:43:30 +0000 diego Consistently #include mpbswap.h instead of bswap.h everywhere.
Mon, 28 Apr 2008 14:01:58 +0000 diego Merge loader/Makefile into top-level Makefile.
Mon, 28 Apr 2008 13:31:00 +0000 diego Restore line mistakenly commented out in the last commit.
Mon, 28 Apr 2008 13:28:36 +0000 diego Make sure all autogenerated .h and .c files exist in the vidix subdirectory
Mon, 28 Apr 2008 13:07:01 +0000 diego Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards
Mon, 28 Apr 2008 13:05:25 +0000 diego Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration
Mon, 28 Apr 2008 12:41:39 +0000 diego Merge TEST_OBJS and TEST_LDFLAGS.
Mon, 28 Apr 2008 12:39:15 +0000 diego Add -g to CFLAGS, not to LDFLAGS.
Mon, 28 Apr 2008 12:35:20 +0000 diego Merge test program compilation rules using patterns.
Mon, 28 Apr 2008 12:34:30 +0000 diego Add CFLAGS to test program compilation commands.
Mon, 28 Apr 2008 12:32:23 +0000 diego Add missing ../osdep/mmap_anon.o to TEST_OBJS.
Mon, 28 Apr 2008 12:31:24 +0000 diego Remove unnecessary linker flags.