mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 04:45:47 +00:00
config: Add raspberry-pi configuration in a different directory
This commit is contained in:
parent
78035a4848
commit
31bf1c8bd6
4 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = common omx
|
||||
SUBDIRS = common omx config
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
|
|
1
config/Makefile.am
Normal file
1
config/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = raspberry-pi.conf
|
|
@ -271,6 +271,7 @@ Makefile
|
|||
omx/Makefile
|
||||
common/Makefile
|
||||
common/m4/Makefile
|
||||
config/Makefile
|
||||
)
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue