mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Use shave for the build
This commit is contained in:
parent
87494eb949
commit
51b5bc131b
2 changed files with 8 additions and 4 deletions
|
@ -351,8 +351,14 @@ if test x$HAVE_FFMPEG_UNINSTALLED = x1; then
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(HAVE_FFMPEG_UNINSTALLED, test x$HAVE_FFMPEG_UNINSTALLED = x1)
|
AM_CONDITIONAL(HAVE_FFMPEG_UNINSTALLED, test x$HAVE_FFMPEG_UNINSTALLED = x1)
|
||||||
|
|
||||||
|
SHAVE_INIT([common])
|
||||||
|
|
||||||
AC_CONFIG_FILES(
|
AC_CONFIG_FILES(
|
||||||
Makefile
|
Makefile
|
||||||
|
common/Makefile
|
||||||
|
common/m4/Makefile
|
||||||
|
common/shave
|
||||||
|
common/shave-libtool
|
||||||
gst-ffmpeg.spec
|
gst-ffmpeg.spec
|
||||||
ext/Makefile
|
ext/Makefile
|
||||||
ext/ffmpeg/Makefile
|
ext/ffmpeg/Makefile
|
||||||
|
@ -362,8 +368,6 @@ gst-libs/Makefile
|
||||||
gst-libs/ext/Makefile
|
gst-libs/ext/Makefile
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
docs/version.entities
|
docs/version.entities
|
||||||
common/Makefile
|
|
||||||
common/m4/Makefile
|
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/check/Makefile
|
tests/check/Makefile
|
||||||
)
|
)
|
||||||
|
|
|
@ -89,8 +89,8 @@ extra_files =
|
||||||
GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) -I$(top_builddir)/gst-libs
|
GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) -I$(top_builddir)/gst-libs
|
||||||
GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS)
|
GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS)
|
||||||
|
|
||||||
GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
|
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
|
||||||
GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
|
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
|
||||||
|
|
||||||
# If you need to override some of the declarations, place them in this file
|
# If you need to override some of the declarations, place them in this file
|
||||||
# and uncomment this line.
|
# and uncomment this line.
|
||||||
|
|
Loading…
Reference in a new issue