From c02f145cd1f8714727178d8a74cdd21a5327b107 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Tue, 2 Oct 2012 07:02:56 +0000 Subject: [PATCH] [1.5] int main() in t1_generate_luts.c breaks mplayer Fixes issue 152 --- libopenjpeg/Makefile.am | 1 - libopenjpeg/jpwl/Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/libopenjpeg/Makefile.am b/libopenjpeg/Makefile.am index 9ceaa17d..b2490fa5 100644 --- a/libopenjpeg/Makefile.am +++ b/libopenjpeg/Makefile.am @@ -35,7 +35,6 @@ openjpeg.c \ pi.c \ raw.c \ t1.c \ -t1_generate_luts.c \ t2.c \ tcd.c \ tgt.c \ diff --git a/libopenjpeg/jpwl/Makefile.am b/libopenjpeg/jpwl/Makefile.am index f1eda310..27ef24f9 100644 --- a/libopenjpeg/jpwl/Makefile.am +++ b/libopenjpeg/jpwl/Makefile.am @@ -18,7 +18,6 @@ OPJ_SRC = \ ../pi.c \ ../raw.c \ ../t1.c \ -../t1_generate_luts.c \ ../t2.c \ ../tcd.c \ ../tgt.c \