Rename gst-matrix-example to gst-perspective-example
[experiments/gstreamer.git] / c / gst-matrix-example / Makefile
diff --git a/c/gst-matrix-example/Makefile b/c/gst-matrix-example/Makefile
deleted file mode 100644 (file)
index a91cbb3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-CFLAGS = -std=c99 -pedantic -pedantic-errors -Wall -g3 -O2 -D_ANSI_SOURCE_
-CFLAGS += -fno-common \
-         -Wall \
-         -Wdeclaration-after-statement \
-         -Wextra \
-         -Wformat=2 \
-         -Winit-self \
-         -Winline \
-         -Wpacked \
-         -Wp,-D_FORTIFY_SOURCE=2 \
-         -Wpointer-arith \
-         -Wlarger-than-65500 \
-         -Wmissing-declarations \
-         -Wmissing-format-attribute \
-         -Wmissing-noreturn \
-         -Wmissing-prototypes \
-         -Wnested-externs \
-         -Wold-style-definition \
-         -Wredundant-decls \
-         -Wsign-compare \
-         -Wstrict-aliasing=2 \
-         -Wstrict-prototypes \
-         -Wundef \
-         -Wunreachable-code \
-         -Wunsafe-loop-optimizations \
-         -Wunused-but-set-variable \
-         -Wwrite-strings
-
-CFLAGS += $(shell pkg-config --cflags gstreamer-1.0)
-LDLIBS += $(shell pkg-config --libs gstreamer-1.0)
-
-gst-matrix-example: gst-matrix-example.o
-
-clean:
-       rm -f *~ *.o gst-matrix-example
-
-test: gst-matrix-example
-       G_DEBUG=gc-friendly G_SLICE=always-malloc \
-       valgrind --leak-check=full --show-reachable=yes ./gst-matrix-example