tag 339523 patch
thanks
I was able to compile xine-lib with noopt and nostrip set by using the
attached patch.
--
Matt http://ftbfs.org/
diff -ru xine-lib-1.1.2/src/post/planar/Makefile.am
xine-lib-1.1.2-new/src/post/planar/Makefile.am
--- xine-lib-1.1.2/src/post/planar/Makefile.am 2006-07-09 07:40:08.000000000
-0700
+++ xine-lib-1.1.2-new/src/post/planar/Makefile.am 2006-11-05
12:37:26.000000000 -0800
@@ -28,3 +28,6 @@
$(POSTPROC_INT_LIB):
cd $(top_builddir)/src/libffmpeg/libavcodec/libpostproc && $(MAKE)
libpostprocess.la
+
+# Avoid "can't find register" failures with -O0
+eq.o eq.lo: CFLAGS=`echo @CFLAGS@ | sed -e 's/-O0/-Os/g'`