]> git.sesse.net Git - mlt/commitdiff
Revert "Use linearblend as the C fallback to xine deinterlacers."
authorDan Dennedy <dan@dennedy.org>
Mon, 13 Sep 2010 04:46:34 +0000 (21:46 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 13 Sep 2010 04:46:34 +0000 (21:46 -0700)
This reverts commit 9bd3af87dda0762a08c0e4776940099b98c40e92.
The wrong thing was committed!

src/modules/qimage/Makefile

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