fix nvidia gl lock problem, update active vwindow tests
[goodguy/history.git] / cinelerra-5.0 / mpeg2enc / Makefile
index a6184f9f16816b9dd48ec2299d3e886edbb24412..1d210846c164ac3dd9b024ac2247f548fd73c63f 100644 (file)
@@ -2,7 +2,7 @@ include ../global_config
 include $(THIRDPARTY)/config.mak
 
 CC = gcc
-CFLAGS += -I../libzmpeg3 -I../quicktime
+CFLAGS += -I../libzmpeg3
 
 ifeq ($(OBJDIR), i686)
 CFLAGS += -DX86_CPU
@@ -52,7 +52,6 @@ OBJ = \
        $(OBJDIR)/writepic.o
 
 LIBS = \
-       ../quicktime/$(OBJDIR)/libquicktime.a \
        ../libzmpeg3/$(OBJDIR)/libzmpeg3.a \
        $(thirdparty_libraries) $(static_libraries) \
        -lasound \
@@ -68,7 +67,7 @@ LIBS = \
        $(EXTRA_LIBS)
 
 HVEG2LIB = $(OBJDIR)/hveg2enc.a
-HVEG2ENC = $(PLUGIN_DIR)/hveg2enc.plugin
+HVEG2ENC = $(OBJDIR)/hveg2enc
 HVEG2ENC_G = $(OBJDIR)/hveg2enc_g
 
 $(shell echo $(CFLAGS) > $(OBJDIR)/c_flags)
@@ -87,7 +86,6 @@ OUTPUT = $(HVEG2LIB) $(HVEG2ENC)
 all: $(OUTPUT)
 
 clean:
-       rm -f $(HVEG2ENC)
        rm -rf $(OBJDIR)
 
 install:       $(OUTPUT)