Skip to content

Commit

Permalink
old-build: fix building with libquvi4
Browse files Browse the repository at this point in the history
  • Loading branch information
wm4 committed May 23, 2014
1 parent e29e567 commit 436b9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion old-configure
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ check_pkg_config "libquvi 0.9.x support" $_libquvi9 LIBQUVI9 'libquvi-0.9 >= 0.9
_libquvi9=$(defretval)

_libquvi=no
test "$_libquvi9" = yes || test "$_libquvi4" = yes && _libquvi=yes
(test "$_libquvi9" = yes || test "$_libquvi4" = yes) && _libquvi=yes
define_yes_no $_libquvi HAVE_LIBQUVI

_wlver="1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion old-makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ SOURCES-$(GL_WAYLAND) += video/out/wayland_common.c \

SOURCES-$(JACK) += audio/out/ao_jack.c
SOURCES-$(JOYSTICK) += input/joystick.c
SOURCES-$(LIBQUVI) += stream/resolve/resolve_quvi.c
SOURCES-$(LIBQUVI4) += stream/resolve/resolve_quvi.c
SOURCES-$(LIBQUVI9) += stream/resolve/resolve_quvi9.c
SOURCES-$(LIRC) += input/lirc.c
SOURCES-$(OPENAL) += audio/out/ao_openal.c
Expand Down

0 comments on commit 436b9a2

Please sign in to comment.