mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +00:00
Add m4 directory so aclocal doesn't complain in autogen.sh
Might come in handy, and these warnings seem to be fatal in some environments. You may need to git clean -x -d -f your tree before git pulling/merging.
This commit is contained in:
parent
2dd79f5723
commit
ed7a301a42
4 changed files with 8 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -35,6 +35,10 @@ gst-omx-*.tar*
|
||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
tools/listcomponents
|
tools/listcomponents
|
||||||
/m4
|
/m4/libtool.m4
|
||||||
|
/m4/ltoptions.m4
|
||||||
|
/m4/ltsugar.m4
|
||||||
|
/m4/ltversion.m4
|
||||||
|
/m4/lt~obsolete.m4
|
||||||
Makefile.in
|
Makefile.in
|
||||||
Makefile
|
Makefile
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = common omx tools config
|
SUBDIRS = common omx tools config m4
|
||||||
|
|
||||||
if BUILD_EXAMPLES
|
if BUILD_EXAMPLES
|
||||||
SUBDIRS += examples
|
SUBDIRS += examples
|
||||||
|
|
|
@ -389,6 +389,7 @@ config/bellagio/Makefile
|
||||||
config/rpi/Makefile
|
config/rpi/Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
examples/egl/Makefile
|
examples/egl/Makefile
|
||||||
|
m4/Makefile
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
1
m4/Makefile.am
Normal file
1
m4/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
SUBDIRS =
|
Loading…
Reference in a new issue