~siretart/xine-lib/ubuntu

« back to all changes in this revision

Viewing changes to misc/xine-config.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-15 13:13:45 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051215131345-8n4osv1j7fy9c1s1
* SECURITY UPDATE: Fix arbitrary code execution with crafted PNG images in
  embedded ffmpeg copy.
* src/libffmpeg/libavcodec/utils.c, avcodec_default_get_buffer(): Apply
  upstream patch to fix buffer overflow on decoding of small PIX_FMT_PAL8
  PNG files.
* References:
  CVE-2005-4048
  http://mplayerhq.hu/pipermail/ffmpeg-devel/2005-November/005333.html
  http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/libavcodec/
  utils.c.diff?r1=1.161&r2=1.162&cvsroot=FFMpeg

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
fi
101
101
 
102
102
if test "$echo_cflags" = "yes"; then
103
 
      echo -I@includedir@ @THREAD_CFLAGS_CONFIG@
 
103
      echo -I@includedir@ @THREAD_CPPFLAGS@
104
104
fi
105
105
 
106
106
if test "$echo_libs" = "yes"; then
107
 
      echo -L@libdir@ -lxine @ZLIB_LIBS_CONFIG@ @NET_LIBS@ @THREAD_LIBS_CONFIG@ @LIBICONV@ @RT_LIBS@
 
107
      echo -L@libdir@ -lxine @ZLIB_LIBS@ @NET_LIBS@ @THREAD_LIBS@ @LIBICONV@ @RT_LIBS@
108
108
fi      
109
109
if test "$echo_plugindir" = "yes"; then
110
110
      echo "@XINE_PLUGINPATH@"