qt: add device preferences for mmdevice
[vlc.git] / contrib / src / libarchive / android.patch
blob888d694464507c5fb174b13344cde270e2ba73a6
1 diff -ruN libarchive/Makefile.am libarchive.new/Makefile.am
2 --- libarchive/Makefile.am 2016-10-24 04:20:30.000000000 +0200
3 +++ libarchive.new/Makefile.am 2017-01-19 12:58:42.433742303 +0100
4 @@ -246,6 +246,7 @@
6 # -no-undefined marks that libarchive doesn't rely on symbols
7 # defined in the application. This is mandatory for cygwin.
8 +libarchive_la_CPPFLAGS= -I$(top_srcdir)/contrib/android/include
9 libarchive_la_LDFLAGS= -no-undefined -version-info $(ARCHIVE_LIBTOOL_VERSION)
10 libarchive_la_LIBADD= $(LTLIBICONV)
12 diff -ruN libarchive/Makefile.am libarchive.new/Makefile.am
13 --- libarchive/Makefile.am 2017-01-19 14:56:31.721427332 +0100
14 +++ libarchive.new/Makefile.am 2017-01-19 14:52:46.857437351 +0100
15 @@ -88,7 +88,7 @@
19 -include_HEADERS= libarchive/archive.h libarchive/archive_entry.h
20 +include_HEADERS= libarchive/archive.h libarchive/archive_entry.h contrib/android/include/android_lf.h
22 libarchive_la_SOURCES= \
23 libarchive/archive_acl.c \