mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
fix distcheck
Original commit message from CVS: * common/gtk-doc-plugins.mak: * docs/plugins/Makefile.am: fix distcheck * gst/audioresample/resample.c: fix wrong docstring
This commit is contained in:
parent
b8888f64ce
commit
240d086ff9
4 changed files with 11 additions and 5 deletions
|
@ -1,3 +1,11 @@
|
|||
2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* common/gtk-doc-plugins.mak:
|
||||
* docs/plugins/Makefile.am:
|
||||
fix distcheck
|
||||
* gst/audioresample/resample.c:
|
||||
fix wrong docstring
|
||||
|
||||
2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* common/gst-xmlinspect.py:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit be31c7df94edf2ff5c88316892f9dadf232fc048
|
||||
Subproject commit c484a2cfaa3e51cac56b995ea5ec7c0a96f4c08b
|
|
@ -44,8 +44,6 @@ DOC_SOURCE_DIR = $(top_srcdir)
|
|||
# Extra options to supply to gtkdoc-scan.
|
||||
SCAN_OPTIONS=
|
||||
|
||||
extra_files = inspect.stamp inspect
|
||||
|
||||
# Extra options to supply to gtkdoc-mkdb.
|
||||
MKDB_OPTIONS=--sgml-mode
|
||||
|
||||
|
@ -90,7 +88,7 @@ HTML_IMAGES =
|
|||
content_files =
|
||||
|
||||
# Other files to distribute.
|
||||
extra_files =
|
||||
extra_files = inspect.stamp inspect-build.stamp $(srcdir)/inspect/*.xml
|
||||
|
||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
|
||||
# contains GtkObjects/GObjects and you want to document signals and properties.
|
||||
|
|
|
@ -106,7 +106,7 @@ resample_buffer_free (AudioresampleBuffer * buffer, void *priv)
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* free_func: a function that frees the given closure. If NULL, caller is
|
||||
* responsible for freeing.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue