~ubuntu-branches/ubuntu/hardy/avidemux/hardy

« back to all changes in this revision

Viewing changes to avidemux/ADM_libraries/ADM_libmpeg2enc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2007-12-18 13:53:04 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218135304-cdqec2lg2bglyz15
Tags: 1:2.4~preview3-0.0ubuntu1
* Upload to Ubuntu. (LP: #163287, LP: #126572)
* debian/changelog: re-added Ubuntu releases.
* debian/control:
  - Require debhelper >= 5.0.51 (for dh_icons) and imagemagick.
  - Build-depend on libsdl1.2-dev instead of libsdl-dev.
  - Build against newer libx264-dev. (LP: #138854)
  - Removed libamrnb-dev, not in Ubuntu yet.
* debian/rules:
  - Install all icon sizes, using convert (upstream installs none).
  - Added missing calls to dh_installmenu, dh_installman, dh_icons and
    dh_desktop.
* debian/menu, debian/avidemux-qt.menu:
  - Corrected package and executable names.
* debian/avidemux-common.install: Install icons.
* debian/avidemux.common.manpages: Install man/avidemux.1.
* debian/links, debian/avidemux-cli.links, debian/avidemux-gtk.links:
  - Link manpages to avidemux.1.gz.
* debian/install, debian/avidemux-qt.install, debian/avidemux-gtk.desktop,
  debian/avidemux-qt.desktop: Install desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
####### kdevelop will overwrite this part!!! (begin)##########
 
2
noinst_LIBRARIES = libmpeg2enc.a
 
3
 
 
4
 
 
5
## INCLUDES were found outside kdevelop specific part
 
6
 
 
7
#quantize.cc 
 
8
#quantize_x86.cc 
 
9
#quantize.cc 
 
10
#quant_mmx.s 
 
11
#quantize_x86.cc 
 
12
#quantize.cc 
 
13
 
 
14
if BUILD_ALTIVEC
 
15
SUBDIRS = altivec
 
16
endif
 
17
 
 
18
libmpeg2enc_a_METASOURCES = AUTO
 
19
libmpeg2enc_a_SOURCES = ADM_mpe2enc.cpp ADM_mpeg2enc.h ad_layer.cc conform.cc fdctdata.cc fdctref.cc \
 
20
feedframe.cc idct.cc idctdata.cc macroblock.cc motionest.cc motionsearch.cc mpeg2enc.cc mpeg2param.cc \
 
21
mpeg2setup.cc mpegconsts.cc predict.cc predict_ref.cc putbits.cc puthdr.cc putmpg.cc putpic.cc putseq.cc \
 
22
putvlc.cc \
 
23
quantize_ref.cc ratectl.cc readpic.cc stats.cc synchrolib.cc transfrm.cc transfrm_ref.cc \
 
24
writepic.cc yuv4mpeg.cc yuv4mpeg_ratio.cc mpeg2enc_if.cc ioio.c cpu_accel.cc \
 
25
predcomp_mmx.cc predcomp_mmxe.cc \
 
26
mblock_bsad_mmx.cc \
 
27
mblock_sad_mmx.cc mblock_sad_mmxe.cc \
 
28
mblock_sumsq_mmx.cc \
 
29
predict_mmx.cc \
 
30
quantize.cc \
 
31
quant_mmx2.cc \
 
32
mblock_bsumsq_mmx.cc \
 
33
predict_x86.cc build_sub22_mests.cc build_sub44_mests.cc \
 
34
find_best_one_pel.cc \
 
35
motion.cc \
 
36
mblock_sub44_sads_x86.cc fdct_mmx.cc fdct_x86.cc idct_mmx.cc transfrm_x86.cc \
 
37
quantize_x86.cc
 
38
 
 
39
 
 
40
####### kdevelop will overwrite this part!!! (end)############
 
41
 
 
42
INCLUDES = $(all_includes)
 
43
AUTOMAKE_OPTIONS = -Wno-portability
 
44
#
 
45
# From mpeg2enc 's Makefile.am
 
46
%.o: %.s ;      $(AS) $(ASFLAGS) -o $@ $<
 
47
#
 
48
EXTRA_DIST = ADM_mpe2enc.cpp       global.h        \
 
49
mmxsse_motion.h   predict_ref.cc   stats.cc \
 
50
ADM_mpeg2Param.h      idct.cc                     motion.cc         predict_ref.h    synchrolib.cc \
 
51
ADM_mpeg2enc.h        idct_mmx.cc                 motionest.cc      predict_x86.cc   synchrolib.h \
 
52
ad_layer.cc           idctdata.cc                 motionsearch.cc   putbits.cc       syntaxparams.h \
 
53
attributes.h          ioio.c                      motionsearch.h    puthdr.cc        tables.h \
 
54
build_sub22_mests.cc  macroblock.cc               mpeg2enc.cc       putmpg.cc        transfrm.cc \
 
55
build_sub44_mests.cc  macroblock.hh               mpeg2enc.h        putpic.cc        transfrm_ref.cc \
 
56
conform.cc            mblock_bsad_mmx.cc          mpeg2enc_if.cc    putseq.cc        transfrm_ref.h \
 
57
cpu_accel.cc          mblock_bsumsq_mmx.cc        mpeg2param.cc     putvlc.cc        transfrm_x86.cc \
 
58
cpu_accel.h           mblock_sad_mmx.cc           mpeg2parm.h       quant_mmx2.cc    vlc.h \
 
59
fastintfns.h          mblock_sad_mmxe.cc          mpeg2setup.cc     quantize.cc      writepic.cc \
 
60
fdct_mmx.cc           mblock_sub44_sads_x86.cc    mpegconsts.cc     quantize_ref.cc  xx.c \
 
61
fdct_x86.cc           mblock_sub44_sads_x86.h     mpegconsts.h      quantize_ref.h   yuv4mpeg.cc \
 
62
fdctdata.cc           mblock_sub44_sads_x86_h.cc  picture.hh        quantize_x86.cc  yuv4mpeg.h \
 
63
fdctref.cc            mblock_sumsq_mmx.cc         predcomp_mmx.cc   ratectl.cc       yuv4mpeg_intern.h \
 
64
feedframe.cc          mjpeg_logging.h             predcomp_mmxe.cc  ratectl.hh       yuv4mpeg_ratio.cc \
 
65
find_best_one_pel.cc  mjpeg_types.h               predict.cc        readpic.cc \
 
66
format_codes.h        mmx.h                       predict_mmx.cc    simd.h
 
67
 
 
68
noinst_HEADERS = ADM_mpeg2Param.h