openbsd-ports/audio/faac/patches/patch-common_Makefile_am
jakemsr c91b85366f - update to faac-1.26
- now uses libmp4v2 from multimedia/libmp4v2 instead of audio/faad

ok brad@
2008-09-15 22:00:38 +00:00

11 lines
259 B
Plaintext

$OpenBSD: patch-common_Makefile_am,v 1.1 2008/09/15 22:00:38 jakemsr Exp $
--- common/Makefile.am.orig Thu Jul 10 23:57:28 2008
+++ common/Makefile.am Thu Jul 10 23:57:53 2008
@@ -1,5 +1,5 @@
if WITH_MP4V2
-SUBDIRS = mp4v2
+SUBDIRS =
else
SUBDIRS =
endif