summaryrefslogtreecommitdiff
path: root/ext/aom/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/aom/Makefile.am')
-rw-r--r--ext/aom/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/aom/Makefile.am b/ext/aom/Makefile.am
deleted file mode 100644
index 7d4fe2077..000000000
--- a/ext/aom/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-plugin_LTLIBRARIES = libgstaom.la
-
-libgstaom_la_SOURCES = \
- gstaom.c \
- gstav1enc.c \
- gstav1dec.c \
- gstav1utils.c
-
-libgstaom_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AOM_CFLAGS)
-libgstaom_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) -lgstvideo-$(GST_API_VERSION) $(AOM_LIBS)
-libgstaom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = \
- gstaom.h \
- gstav1dec.h \
- gstav1enc.h \
- gstav1utils.h