mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Fix dist by including gst-libs/
Original commit message from CVS: * Makefile.am: * configure.ac: * gst/asfdemux/gstasfdemux.c: Fix dist by including gst-libs/
This commit is contained in:
parent
e8b7c2a3e9
commit
f71c079eea
4 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-07-31 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* configure.ac:
|
||||||
|
* gst/asfdemux/gstasfdemux.c:
|
||||||
|
Fix dist by including gst-libs/
|
||||||
|
|
||||||
2006-07-29 Tim-Philipp Müller <tim at centricular dot net>
|
2006-07-29 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/dvdread/dvdreadsrc.c: (plugin_init):
|
* ext/dvdread/dvdreadsrc.c: (plugin_init):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
gst ext docs m4 tests common po
|
gst-libs gst ext docs m4 tests common po
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-plugins-ugly.spec depcomp \
|
gst-plugins-ugly.spec depcomp \
|
||||||
|
|
|
@ -411,6 +411,8 @@ dnl *** output files ***
|
||||||
|
|
||||||
AC_CONFIG_FILES(
|
AC_CONFIG_FILES(
|
||||||
Makefile
|
Makefile
|
||||||
|
gst-libs/Makefile
|
||||||
|
gst-libs/gst/Makefile
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/asfdemux/Makefile
|
gst/asfdemux/Makefile
|
||||||
gst/dvdlpcmdec/Makefile
|
gst/dvdlpcmdec/Makefile
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
#include <gst/gstutils.h>
|
#include <gst/gstutils.h>
|
||||||
#include <gst/riff/riff-media.h>
|
#include <gst/riff/riff-media.h>
|
||||||
#include "gst/gst-i18n-plugin.h"
|
#include <gst/gst-i18n-plugin.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gstasfdemux.h"
|
#include "gstasfdemux.h"
|
||||||
|
|
Loading…
Reference in a new issue