shithub: aacdec

ref: bfa3eb8e2b42be7b4c7bc0c5be7edc32735d2d3a
dir: /plugins/Makefile.am/

View raw version
if HAVE_MPEG4IP
  if HAVE_XMMS
    SUBDIRS = mpeg4ip xmms
  else
    SUBDIRS = mpeg4ip
  endif
else
  if HAVE_XMMS
    SUBDIRS = xmms
  else
    SUBDIRS =
  endif
endif