]> git.sesse.net Git - mlt/commitdiff
Use linearblend as the C fallback to xine deinterlacers.
authorDan Dennedy <dan@dennedy.org>
Mon, 13 Sep 2010 00:20:52 +0000 (17:20 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 13 Sep 2010 00:20:52 +0000 (17:20 -0700)
src/modules/qimage/Makefile

index 064a0e1dc71558a14fe89e330ac416de0437c3f1..3c306672db21a11af8db2bcd00f56c804dc5afe7 100644 (file)
@@ -24,10 +24,10 @@ SRCS := $(OBJS:.o=.c) $(CPPOBJS:.o=.cpp)
 all:   $(TARGET)
 
 $(TARGET): $(OBJS) $(CPPOBJS)
-               $(CC) $(SHFLAGS) -o $@ $(OBJS) $(CPPOBJS) $(LDFLAGS)
+               $(CXX) $(SHFLAGS) -o $@ $(OBJS) $(CPPOBJS) $(LDFLAGS)
 
 depend:        $(SRCS)
-               $(CC) -MM $(CFLAGS) $(QTCXXFLAGS) $^ 1>.depend
+               $(CXX) -MM $(CFLAGS) $(QTCXXFLAGS) $^ 1>.depend
 
 distclean:     clean
                rm -f .depend config.h config.mak