mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
- 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.
14 lines
443 B
Text
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)
|