mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
fix distcheck
Original commit message from CVS: fix distcheck
This commit is contained in:
parent
25eb27ac3a
commit
919e61aa5c
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* ext/Makefile.am:
|
||||||
|
Fix nas DIST_SUBDIRS
|
||||||
|
Uraeus:
|
||||||
|
Fix bug where make distcheck doesn't get run on adding stuff to
|
||||||
|
the build.
|
||||||
|
|
||||||
2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
|
* ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit c81ad072c76522175cbddead96d6f3c448068d67
|
Subproject commit 0bcde342015b96d9a6ba3b9d9102e2a543399d96
|
|
@ -383,8 +383,6 @@ DIST_SUBDIRS=\
|
||||||
dvdread \
|
dvdread \
|
||||||
dvdnav \
|
dvdnav \
|
||||||
esd \
|
esd \
|
||||||
nas \
|
|
||||||
mas \
|
|
||||||
faac \
|
faac \
|
||||||
faad \
|
faad \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
@ -404,6 +402,7 @@ DIST_SUBDIRS=\
|
||||||
libpng \
|
libpng \
|
||||||
librfb \
|
librfb \
|
||||||
mad \
|
mad \
|
||||||
|
mas \
|
||||||
mikmod \
|
mikmod \
|
||||||
mpeg2dec \
|
mpeg2dec \
|
||||||
mpeg2enc \
|
mpeg2enc \
|
||||||
|
|
Loading…
Reference in a new issue