Magellan Linux

Diff of /trunk/extras/transcode/transcode-1.1.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4369 by niro, Thu Dec 3 17:40:37 2009 UTC revision 4370 by niro, Thu Dec 3 17:45:16 2009 UTC
# Line 74  src_compile() Line 74  src_compile()
74  {  {
75   cd ${SRCDIR}   cd ${SRCDIR}
76    
77    libv4l2                        no
78    libv4lconvert                  no
79    
80   mconfigure \   mconfigure \
81   --with-mod-path=/usr/$(mlibdir)/transcode \   --with-mod-path=/usr/$(mlibdir)/transcode \
82   --with-libpostproc-builddir=/usr/$(mlibdir) \   --with-libpostproc-builddir=/usr/$(mlibdir) \
83   --enable-deprecated \   --enable-deprecated \
84   --enable-experimental \   --enable-experimental \
85   --disable-iconv \   --enable-iconv \
86   --enable-mmx \   --enable-mmx \
87   --enable-sse \   --enable-sse \
88   --enable-sse2 \   --enable-sse2 \
# Line 100  src_compile() Line 103  src_compile()
103   --enable-lzo \   --enable-lzo \
104   --with-lzo-includes=/usr/include/lzo \   --with-lzo-includes=/usr/include/lzo \
105   --enable-libmpeg2 \   --enable-libmpeg2 \
106     --enable-libmpeg2convert \
107   --enable-libmpeg3 \   --enable-libmpeg3 \
108   --enable-libxml2 \   --enable-libxml2 \
109   --enable-mjpegtools \   --enable-mjpegtools \
# Line 111  src_compile() Line 115  src_compile()
115   --enable-xvid \   --enable-xvid \
116   --enable-theora \   --enable-theora \
117   --with-x \   --with-x \
  --with-default-xvid=xvid4 \  
  --disable-avifile \  
118   --disable-xio \   --disable-xio \
119   || die   || die
120    

Legend:
Removed from v.4369  
changed lines
  Added in v.4370