[xiph-commits] r12815 - in experimental/j/theora-mashup/lib: . enc
j at svn.xiph.org
j at svn.xiph.org
Wed Mar 28 06:50:43 PDT 2007
Author: j
Date: 2007-03-28 06:50:40 -0700 (Wed, 28 Mar 2007)
New Revision: 12815
Modified:
experimental/j/theora-mashup/lib/Makefile.am
experimental/j/theora-mashup/lib/enc/encoder_disabled.c
Log:
- add profile / debug targets from trunk
- make --disable-encode work
Modified: experimental/j/theora-mashup/lib/Makefile.am
===================================================================
--- experimental/j/theora-mashup/lib/Makefile.am 2007-03-27 22:09:32 UTC (rev 12814)
+++ experimental/j/theora-mashup/lib/Makefile.am 2007-03-28 13:50:40 UTC (rev 12815)
@@ -20,6 +20,7 @@
if THEORA_DISABLE_ENCODE
encoder_sources = \
+ enc/comment.c \
enc/encoder_disabled.c
else
encoder_sources = \
@@ -127,3 +128,9 @@
libtheora_la_CFLAGS = $(OGG_CFLAGS)
libtheora_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@ @SHLIB_VERSION_ARG@
libtheora_la_LIBADD = $(OGG_LIBS)
+
+debug:
+ $(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence"
+
+profile:
+ $(MAKE) all CFLAGS="@PROFILE@"
Modified: experimental/j/theora-mashup/lib/enc/encoder_disabled.c
===================================================================
--- experimental/j/theora-mashup/lib/enc/encoder_disabled.c 2007-03-27 22:09:32 UTC (rev 12814)
+++ experimental/j/theora-mashup/lib/enc/encoder_disabled.c 2007-03-28 13:50:40 UTC (rev 12815)
@@ -20,7 +20,7 @@
#endif
#include "toplevel_lookup.h"
-#include "toplevel.h"
+#include "codec_internal.h"
int theora_encode_init(theora_state *th, theora_info *c){
return OC_DISABLED;
More information about the commits
mailing list