ports/multimedia/mlt/files/patch-src__modules__vid.stab__Makefile
Alberto Villa 3f77b2e3ab multimedia/mlt:
- Update to 0.9.2.
- Add optional dependency on Vid.Stab.
- Remove deprecated plugins.
- Remove stale MAN* macro.
- Use OPTIONS handlers.
- Remove @dirrm*.
- Strip binary and libraries.

This is a bugfix and enhancement release:
http://mltframework.blogspot.com/2014/06/version-092-released.html

multimedia/py-mlt:
- Force dependency on Python 2.
- Take maintainership.
2014-09-24 01:01:34 +00:00

14 lines
443 B
Text

--- src/modules/vid.stab/Makefile.orig 2014-06-29 20:23:17 UTC
+++ src/modules/vid.stab/Makefile
@@ -12,8 +12,9 @@
CPPOBJS = filter_deshake.o
CPPOBJS += filter_vidstab.o
-CXXFLAGS += -Wno-deprecated $(CFLAGS)
-CXXFLAGS += $(shell pkg-config --cflags vidstab)
+CFLAGS += -Wno-deprecated
+CFLAGS += $(shell pkg-config --cflags vidstab)
+CXXFLAGS = $(CFLAGS)
LDFLAGS += -L../../mlt++ -lmlt++
LDFLAGS += $(shell pkg-config --libs vidstab)