log

age author description
Mon, 28 Apr 2008 15:20:15 +0000 diego Remove unnecessary CFLAGS hack.
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.
Mon, 28 Apr 2008 12:03:52 +0000 diego Add missing #include, fixes the warning:
Mon, 28 Apr 2008 12:01:13 +0000 diego Adjust printf length modifier, fixes the warning:
Mon, 28 Apr 2008 11:57:38 +0000 diego Comment out variables only used in commented-out code, fixes the warnings:
Mon, 28 Apr 2008 11:55:21 +0000 diego Link against individual objects, the osdep library is not generated anymore.
Mon, 28 Apr 2008 11:52:56 +0000 diego Remove obsolete and non-working test program.
Mon, 28 Apr 2008 11:22:25 +0000 diego Make OBJS depend on the recurse target instead of just the all target.
Mon, 28 Apr 2008 10:44:59 +0000 diego Remove .S files from list of files to generate dependencies for.
Sun, 27 Apr 2008 22:53:18 +0000 diego Merge mp3lib/Makefile into top-level Makefile.
Sun, 27 Apr 2008 11:46:56 +0000 diego Merge liba52/Makefile into top-level Makefile.
Sun, 27 Apr 2008 11:00:06 +0000 diego Remove unnecessary compilation command that shadows GNU Make builtin command.
Sun, 27 Apr 2008 10:34:24 +0000 diego Remove unnecessary -lm linker flag from test program compilation command.
Sat, 26 Apr 2008 18:02:23 +0000 diego Merge libmpeg2/Makefile into top-level Makefile.
Sat, 26 Apr 2008 16:59:26 +0000 diego clean and distclean rules do the same thing.
Sat, 26 Apr 2008 16:58:15 +0000 diego clean and distclean rules do the same thing.