r955: Fix the Diffkey icon.
[cinelerra_cv.git] / quicktime / Makefile.am
blob5904fba12a00e920d1a9e6e4558ab7d102228fea
1 SUBDIRS = encore50 @FFMPEG_FOLDER@
4 lib_LTLIBRARIES = libquicktimehv.la
5 AM_CFLAGS = \
6         $(LARGEFILE_CFLAGS) \
7         $(CPU_CFLAGS) \
8         $(FIREWIRE_CFLAGS) \
9         $(XIPH_CFLAGS) \
10         $(MJPEG_CFLAGS) \
11         $(LIBDV_CFLAGS) \
12         -DENCORE_INCLUDE=\"encore50/encore.h\" \
13         @FFMPEG_CFLAGS@
15 libquicktimehv_la_LDFLAGS = -version-info 1:0:0 -release 1.6.0 -Wl,--no-undefined 
17 libquicktimehv_la_LIBADD = \
18         @FFMPEG_LIBS@ \
19         $(XIPH_LIBS) \
20         -lmp3lame \
21         $(FAAD_LIBS) \
22         -lfaac \
23         encore50/libencore.la \
24         $(top_builddir)/libmpeg3/libmpeg3hv.la \
25         -lx264 \
26         $(LIBDV_LIBS) \
27         -ljpeg -lpng \
28         -lz -lpthread -lm
30 libquicktimehv_la_SOURCES = \
31         atom.c \
32         avcc.c \
33         avi_hdrl.c \
34         avi_idx1.c \
35         avi_movi.c \
36         avi_strl.c \
37                           avi_odml.c avi_ix.c avi_indx.c avi_riff.c \
38         cmodel_default.c \
39         cmodel_float.c \
40         cmodel_yuv420p.c \
41         cmodel_yuv422.c \
42         codecs.c \
43         colormodels.c \
44         ctab.c \
45         dinf.c \
46         dref.c \
47         edts.c \
48         elst.c \
49         esds.c \
50         graphics.c \
51         hdlr.c \
52                                                                                                         ima4.c interlacemodes.c jpeg.c libdv.c libmjpeg.c matrix.c mdat.c mdhd.c mdia.c \
53         minf.c \
54         moov.c \
55         mp4a.c \
56         mvhd.c \
57         plugin.c \
58         qtcache.c \
59         qtdv.c \
60         qtffmpeg.c \
61         qth264.c \
62         qtpng.c \
63         qtmp3.c \
64         quicktime.c \
65         raw.c \
66         rawaudio.c \
67         rle.c \
68                                                                                                         smhd.c stbl.c stco.c stsc.c stsd.c stsdtable.c stss.c stsz.c stts.c \
69                                                                                                         tkhd.c trak.c twos.c udta.c ulaw.c util.c v308.c v408.c v410.c vmhd.c \
70         vbraudio.c \
71                                                                                                         vorbis.c workarounds.c yuv2.c yuv4.c yv12.c wmx2.c \
72                                                                                                         wma.c mpeg4.c
74 noinst_HEADERS = cmodel_permutation.h \
75         codecs.h \
76         colormodels.h \
77         div3.h \
78         divx.h \
79         fastjpg.h \
80         fastjpgmacro.h \
81         funcprotos.h \
82         graphics.h \
83         ima4.h \
84         interlacemodes.h \
85         jpeg.h \
86         jpeg_old.h \
87         libdv.h \
88         libmjpeg.h \
89         mmx.h \
90         mp4a.h \
91         mpeg4.h \
92         qtdv.h \
93         qtffmpeg.h \
94         qth264.h \
95         qtmp3.h \
96         qtpng.h \
97         qtprivate.h \
98         qtvorbis.h \
99         quicktime.h \
100         raw.h \
101         rawaudio.h \
102         rle.h \
103         rtjpeg.h \
104         rtjpeg_core.h \
105         twos.h \
106         ulaw.h \
107         v308.h \
108         v408.h \
109         v410.h \
110         wma.h \
111         wmx1.h \
112         wmx2.h \
113         workarounds.h \
114         xanimjpeg.h \
115         yuv2.h \
116         yuv4.h \
117         yuv9.h \
118         yv12.h
119         
120 EXTRA_DIST = docs
122 INCLUDES = -I$(top_srcdir)/libmpeg3
124 pkgincludedir=$(includedir)/quicktime
125 pkginclude_HEADERS=quicktime.h qtprivate.h
127 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)
129 dist-hook:
130         -rm -rf $(distdir)/docs/CVS