743646d039
- greatly simplify type-mismatch-correcting patches. most of the mismatches actually match on size and signedness, so only fix the ones that don't match. tested to work on sparc64 by naddy@ a while back. - libmp4v2 is no longer part of this package
11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
$OpenBSD: patch-frontend_Makefile_am,v 1.3 2008/09/15 21:58:19 jakemsr Exp $
|
|
--- frontend/Makefile.am.orig Sat Jun 28 22:34:28 2008
|
|
+++ frontend/Makefile.am Sat Jun 28 22:34:57 2008
|
|
@@ -7,5 +7,4 @@ faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
|
|
$(top_builddir)/common/mp4ff/libmp4ff.la
|
|
|
|
faad_SOURCES = main.c \
|
|
- audio.c audio.h \
|
|
- $(top_srcdir)/common/faad/getopt.c
|
|
+ audio.c audio.h
|