Hi. Can anyone test attached patch on real Ubuntu Oneiric?
Must compile without "LDFLAGS=..." cofigure parameter. Einar
From ca4a98da959a6f81d17f9687ad3c557353abc2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Einar=20R=C3=BCnkaru?= <[email protected]> Date: Mon, 14 Nov 2011 20:35:21 +0200 Subject: [PATCH] Fix compilation on Ubuntu Oneiric (11.10) --- cinelerra/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cinelerra/Makefile.am b/cinelerra/Makefile.am index c09cbba..e5237f6 100644 --- a/cinelerra/Makefile.am +++ b/cinelerra/Makefile.am @@ -677,7 +677,9 @@ cinelerra_LDADD = \ $(XIPH_LIBS) \ $(A52DEC_LIBS) \ $(OPENEXR_LIBS) \ + $(OPENGL_LIBS) \ -lsndfile \ + -lmp3lame \ -lpng -ljpeg -ltiff -lz \ $(SOUND_LDFLAGS) \ $(FIREWIRE_LDFLAGS) \ -- 1.7.0.4
