aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/vlc/vlc/0001-enable-subdir-objects.patch
blob: 9f0e708ed78faeb2364fab4ad19b654b7cc9d2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: vlc-2.1.2/configure.ac
===================================================================
--- vlc-2.1.2.orig/configure.ac
+++ vlc-2.1.2/configure.ac
@@ -24,7 +24,7 @@ AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_PRESERVE_HELP_ORDER
 
-AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
+AM_INIT_AUTOMAKE(tar-ustar color-tests foreign subdir-objects)
 AC_CONFIG_HEADERS([config.h])
 
 # Disable with "./configure --disable-silent-rules" or "make V=1"