diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2015-06-07 17:03:46 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2015-06-07 17:19:07 +0200 |
commit | 416ef2c35e67467a04581eb3a6b24421adae214e (patch) | |
tree | 6bb457a8d329e127d9c45cda57cb138ae9f1132a /docs | |
parent | 143e460294396259f7e68f4b2233a94a69bc48e6 (diff) | |
download | gst-libav-416ef2c35e67467a04581eb3a6b24421adae214e.tar.gz |
docs: remove variables that we define in the snippet from common
This is syncing our Makefile.am with upstream gtkdoc.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index b52a84d..3f6ef47 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -62,9 +62,6 @@ GTKDOC_CFLAGS = $(LIBAV_CFLAGS) $(GST_CFLAGS) -I$(top_builddir) -I$(top_builddir GTKDOC_LIBS = -L$(top_builddir)/ext/libav -lgstlibav \ $(LIBAV_LIBS) $(GST_BASE_LIBS) -GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC) -GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC) - # If you need to override some of the declarations, place them in this file # and uncomment this line. #DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt |