dvd/bd scaling fixes, es/de .po file updates
[goodguy/history.git] / cinelerra-5.1 / global_config
index 8bc65010bfea34df13b0d4adb0d58c641baa0376..43126b32c26e6046886ec168176baab255b7cb9d 100644 (file)
@@ -8,6 +8,8 @@ HAVE_FIREWIRE := y
 HAVE_OSS := y
 HAVE_XFT := y
 HAVE_VIDEO4LINUX := n
+# build thirdparty ladspa
+HAVE_LADSPA := y
 
 # probed, uncomment and set to override probe
 #STATIC_LIBRARIES := y
@@ -55,10 +57,7 @@ CFLAGS += -DHAVE_XFT
 endif
 
 ifeq ($(HAVE_ESOUND), y)
-ESOUND_DIR := $(THIRDPARTY)/esound
-AUDIOFILE_DIR := $(THIRDPARTY)/audiofile
-ESOUNDCFLAGS = -DHAVE_ESOUND -I$(ESOUND_DIR) -I$(AUDIOFILE_DIR)
-ESOUNDLIBS = $(ESOUND_DIR)/$(OBJDIR)/libesound.a
+CFLAGS += -DHAVE_ESOUND
 endif
 
 #CFLAGS += -g