~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to mpeglib/lib/mpegplay/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
INCLUDES                =       $(all_includes)
7
7
 
 
8
AM_ASFLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(all_includes) $(INTELCPPFLAG)
 
9
AM_CCASFLAGS = $(AM_ASFLAGS)
 
10
 
8
11
 
9
12
noinst_LTLIBRARIES      =       libmpegplay.la 
10
13
 
11
 
libdir                  =       ${exec_prefix}/lib/$(THIS_LIB_NAME)/decoder
12
 
 
13
14
noinst_HEADERS          =       mpegVideoHeader.h mpegVideoStream.h \
14
15
                                decoderTables.h gop.h \
15
16
                                proto.h \
21
22
                                picture.h mpegExtension.h macroBlock.h \
22
23
                                copyFunctions.h \
23
24
                                mpegVideoBitWindow.h videoDecoder.h \
24
 
                                copyFunctions_asm.h copyFunctions_mmx.h
 
25
                                copyFunctions_asm.h copyFunctions_mmx.h 
25
26
 
26
27
mpegutildir             =       $(includedir)/$(THIS_LIB_NAME)/mpegutil
27
28
 
28
29
mpegutil_HEADERS        =       mpegSystemStream.h mpegVideoLength.h \
29
 
                                mpegSystemHeader.h
 
30
                                mpegSystemHeader.h tsSystemStream.h \
 
31
                                psSystemStream.h pesSystemStream.h
30
32
 
31
33
libmpegplay_la_SOURCES  =       mpegVideoHeader.cpp mpegVideoStream.cpp \
32
34
                                globals.cpp jrevdct.cpp \
40
42
                                mpegVideoLength.cpp \
41
43
                                mpegVideoBitWindow.cpp videoDecoder.cpp \
42
44
                                copyFunctions_asm.cpp copyFunctions_mmx.cpp \
43
 
                                mmxidct_asm.S copyFunctions.cpp
44
 
 
45
 
 
46
 
 
47
 
 
48
 
 
49
 
 
50
 
 
51
 
 
52
 
 
53
 
 
54
 
 
55
 
 
56
 
 
57
 
 
58
 
 
59
 
 
60
 
 
61
 
 
62
 
 
63
 
 
64
 
 
65
 
 
66
 
 
 
45
                                mmxidct_asm.S copyFunctions.cpp \
 
46
                                tsSystemStream.cpp psSystemStream.cpp \
 
47
                                pesSystemStream.cpp
67
48