Codebase list libdv / 279a7e0
Disable sdl 1.2 (Closes: #1038099) Bastian Germann 9 months ago
4 changed file(s) with 28 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 libglib2.0-dev,
88 libgtk2.0-dev,
99 libpopt-dev,
10 libsdl1.2-dev,
1110 libx11-dev,
1211 libxext-dev,
1312 libxt-dev,
0 From: Bastian Germann <bage@debian.org>
1 Date: Sat, 22 Jul 2023 12:46:53 +0200
2 Subject: Exclude AM_PATH_SDL
3
4 ---
5 configure.ac | 7 -------
6 1 file changed, 7 deletions(-)
7
8 diff --git a/configure.ac b/configure.ac
9 index 2b95735..1ba9370 100644
10 --- a/configure.ac
11 +++ b/configure.ac
12 @@ -173,13 +173,6 @@ dnl used in Makefile.am
13 AC_SUBST(GTK_CFLAGS)
14 AC_SUBST(GTK_LIBS)
15
16 -if $use_sdl; then
17 - AM_PATH_SDL(1.1.6,
18 - [
19 - AC_DEFINE(HAVE_SDL)
20 - ])
21 -fi
22 -
23 if [ $use_gtk && $use_xv ]; then
24 AC_CHECK_LIB(Xv, XvQueryAdaptors,
25 [AC_DEFINE(HAVE_LIBXV)
44 0005-no_as_needed.patch
55 0006-misspellings.patch
66 0007-manpages.patch
7 0008-Exclude-AM_PATH_SDL.patch
78 1001-yuv_420_use_yv12_wrong_encoding.patch
2323 override_dh_auto_configure:
2424 dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed"\
2525 --disable-static \
26 --enable-sdl
26 --disable-sdl
2727
2828 override_dh_makeshlibs:
2929 dh_makeshlibs -- -v$(DEB_VERSION_UPSTREAM)