mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
stupid GstPoptOption
Original commit message from CVS: stupid GstPoptOption
This commit is contained in:
parent
805ecd1f81
commit
e574d0a05e
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/gst/Makefile.am:
|
||||
don't fail on the stupid GstPoptOption
|
||||
|
||||
2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/gstpad.h:
|
||||
|
|
|
@ -211,8 +211,8 @@ tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections
|
|||
touch $(DOC_MODULE)-decl.txt ; \
|
||||
fi
|
||||
gtkdoc-mktmpl --module=$(DOC_MODULE) | tee tmpl-build.log
|
||||
@if grep "WARNING:" tmpl-build.log > /dev/null; then \
|
||||
cat $(DOC_MODULE)-unused.txt ; \
|
||||
@cat $(DOC_MODULE)-unused.txt
|
||||
@if ! test -z "`grep -v GstPoptOption gstreamer-unused.txt`"; then \
|
||||
exit 1; fi
|
||||
rm -f tmpl-build.log
|
||||
touch tmpl-build.stamp
|
||||
|
|
Loading…
Reference in a new issue