diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2001-02-27 00:05:15 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2001-02-27 00:05:15 +0000 |
commit | 3aa8975af6e561c54ee9640a811ac02d415bcde5 (patch) | |
tree | c7b711d6c5c4f533f20350e4058fc38271006e6b /docs/plugins/Makefile.am | |
parent | 1e360b22ce64a531f2c26d435afe7a5087678f17 (diff) |
A hopeless attempt at fixing the plugin docs Makefiles...
Original commit message from CVS:
A hopeless attempt at fixing the plugin docs Makefiles...
Make the jpeg decoder a bit more aware about the different YUV colorspaces.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 66492fdd4..c210ca190 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -47,7 +47,9 @@ sgml/$(DOC_MODULE)-doc.bottom: $(tmpl_sources) $(MAKE) sgml scanobj: - CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./gstdoc-scanobj --module=$(DOC_MODULE) + env CC="$(LIBTOOL) $(CC)" CFLAGS="$(LIBGST_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) -I../../" LDFLAGS="$(GST_LIBS)"\ + ./gstdoc-scanobj --module=$(DOC_MODULE) + tmpl: scanobj ./gstdoc-mktmpl --module=$(DOC_MODULE) |