[vlc-devel] Reg: vlc not playing h.264 files on linux..?

Ragas sag info2use4me at gmail.com
Wed Jun 11 08:31:12 CEST 2008


Hi Experts ,

My objective was to play any h.264 video files through vlc on Linux. I
compiled vlc code for linux platform. And when i tried to play
with my compiled code , i am getting

"
[00000224] mp4 demuxer debug: adding track[Id 0x1] video (enable) language
ehs
[00000224] main demuxer debug: using demux2 module "mp4"
[00000224] mp4 demuxer warning: DEMUX_GET_FPS unimplemented !!
[00000220] main input debug: looking for a subtitle file in
/home/sagar/Test_vects/h_264/
[00000225] main decoder debug: looking for decoder module: 17 candidates
[00000225] main decoder debug: using decoder module "faad"
[00000225] main decoder debug: thread 1139333984 (decoder) created at
priority 0 (input/decoder.c:159)
[00000226] main decoder debug: looking for decoder module: 17 candidates
Killed

"
 Q:      Is the decoder not configured / available ?


And i configured  vlc with these settings ..
"
./configure --host=i686-pc-linux-gnu --target=i386
--prefix=/usr/local/arm_v5t_le --disable-HAL --disable-growl
--disable-notify --disable-dvdnav --disable-smb --disable-libcdio
--disable-libcddb --disable-cdda --disable-vcd --disable-screen
--disable-a52 --disable-dts --disable-libmpeg2 --disable-vorbis
--disable-x11 --disable-xvideo --disable-xinerama --disable-wxwidgets
--disable-skins2 --disable-mad --disable-plugins --disable-gnutls
--enable-httpd --enable-xosd --disable-hal --disable-vlm --disable-dvbpsi
--disable-ogg --disable-mkv --disable-mod --disable-mpc --enable-x264
--disable-cmml --disable-xvideo --disable-glx --disable-opengl
--disable-freetype --disable-fribidi --disable-libxml2 --disable-hd1000v
--disable-waveout --disable-macosx-audio --disable-hd1000a --disable-macosx
--disable-qnx --disable-daap --disable-bonjour --disable-speex
--disable-gnomevfs --disable-sdl --enable-faad --enable-ffmpeg --enable-faac
--disable-id3 --enable-debug --enable-trace --enable-trace --enable-libx264

"
Q: Is there anything i am missing with respect of decoding H.264 support ?

And when i do,
a) ./vlc -l | grep 264

                         h264 H264 video demuxer
                         packetizer_h264 H.264 video packetizer
     Q:               Well it has atleast h.264 decoder / demuxer in. What
about the decoder ?

b) ./vlc -l | decoder

                ffmpeg FFmpeg audio/video decoder/encoder
((MS)MPEG4,SVQ1,H263,WMV,WMA)
                faad AAC audio decoder (using libfaad2)
               dummy Dummy decoder function
               cvdsub CVD subtitle decoder
               svcdsub Philips OGT (SVCD subtitle) decoder
               spudec DVD subtitles decoder
               subsdec Text subtitles decoder
               dvbsub DVB subtitles decoder
               mpeg_audio MPEG audio layer I/II/III decoder
               lpcm Linear PCM audio decoder
               cinepak Cinepak video decoder
               rawvideo Pseudo raw video decoder
               araw Raw/Log Audio decoder
               adpcm ADPCM audio decoder
               fake Fake video decoder
               dolby_surround_decoder Simple decoder for Dolby Surround
encoded streams
               png PNG video decoder


   Q:  There is no sign of H.264 decoder. Am i missing something ?

Therefore kindly let me know.. how do i configure vlc for h.264 decoder
settings. Do i have to enable these setting in my ffmpeg too ?
And just guide me on how can i enable / play h.264 video playback support on
linux.

Thank you in advance...


Warm Regards,
Sagar



On 6/11/08, vlc-devel-request at videolan.org <vlc-devel-request at videolan.org>
wrote:
>
> Send vlc-devel mailing list submissions to
>         vlc-devel at videolan.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://mailman.videolan.org/listinfo/vlc-devel
> or, via email, send a message with subject or body 'help' to
>         vlc-devel-request at videolan.org
>
> You can reach the person managing the list at
>         vlc-devel-owner at videolan.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of vlc-devel digest..."
>
>
> Today's Topics:
>
>    1. commit: Bunch of always on demu/x plugins ( R?mi
>       Denis-Courmont ) (git version control)
>    2. Re: Bye (jboileau)
>    3. commit: Fix make check (sic) ( R?mi Denis-Courmont )
>       (git version control)
>    4. commit: Fix make check too ( R?mi Denis-Courmont )
>       (git version control)
>    5. commit: Typo ( R?mi Denis-Courmont ) (git version control)
>    6. [PATCH] MMS stream pausing (bl4)
>    7. commit: FFmpeg update. (Jean-Baptiste Kempf )
>       (git version control)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 10 Jun 2008 21:15:45 +0200 (CEST)
> From: git at videolan.org (git version control)
> Subject: [vlc-devel] commit: Bunch of always on demu/x plugins ( R?mi
>         Denis-Courmont )
> To: <vlc-devel at videolan.org>
> Message-ID: <20080610191545.0C4B92034C at skanda.videolan.org>
> Content-Type: text/plain; charset=UTF-8
>
> vlc | branch: master | R?mi Denis-Courmont <rdenis at simphalempin.com> | Tue
> Jun 10 22:10:34 2008 +0300| [4eea8797286691d6518e0508d7c4656deca53b70]
>
> Bunch of always on demu/x plugins
>
> >
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4eea8797286691d6518e0508d7c4656deca53b70
> ---
>
>   configure.ac             |   23 -----------------------
>   modules/demux/Modules.am |   23 +++++++++++++++++++++++
>   2 files changed, 23 insertions(+), 23 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 27bbabd..7cdd018 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1091,34 +1091,11 @@ VLC_ADD_PLUGIN([mpga])
>   VLC_ADD_PLUGIN([m4v])
>   VLC_ADD_PLUGIN([m4a])
>   VLC_ADD_PLUGIN([h264])
> -VLC_ADD_PLUGIN([vc1])
> -VLC_ADD_PLUGIN([demux_cdg])
>   VLC_ADD_PLUGIN([cdg])
>   VLC_ADD_PLUGIN([ps])
> -VLC_ADD_PLUGIN([pva])
>   VLC_ADD_PLUGIN([avi])
>   VLC_ADD_PLUGIN([asf])
>   VLC_ADD_PLUGIN([mp4])
> -VLC_ADD_PLUGIN([rawdv])
> -VLC_ADD_PLUGIN([rawvid])
> -VLC_ADD_PLUGIN([nsv])
> -VLC_ADD_PLUGIN([real])
> -VLC_ADD_PLUGIN([aiff])
> -VLC_ADD_PLUGIN([mjpeg])
> -VLC_ADD_PLUGIN([wav])
> -VLC_ADD_PLUGIN([voc])
> -VLC_ADD_PLUGIN([smf])
> -VLC_ADD_PLUGIN([demuxdump])
> -VLC_ADD_PLUGIN([flacsys])
> -VLC_ADD_PLUGIN([tta])
> -VLC_ADD_PLUGIN([subtitle])
> -VLC_ADD_PLUGIN([vobsub])
> -VLC_ADD_PLUGIN([a52sys])
> -VLC_ADD_PLUGIN([dtssys])
> -VLC_ADD_PLUGIN([au])
> -VLC_ADD_PLUGIN([ty])
> -VLC_ADD_PLUGIN([xa])
> -VLC_ADD_PLUGIN([nuv])
>   dnl Text codecs:
>   VLC_ADD_PLUGIN([cvdsub])
>   VLC_ADD_PLUGIN([svcdsub])
> diff --git a/modules/demux/Modules.am b/modules/demux/Modules.am
> index d934cd0..9c6e981 100644
> --- a/modules/demux/Modules.am
> +++ b/modules/demux/Modules.am
> @@ -34,7 +34,30 @@ SOURCES_demux_cdg = cdg.c
>   SOURCES_smf = smf.c
>
>   libvlc_LTLIBRARIES += \
> +       liba52sys_plugin.la \
> +       libaiff_plugin.la \
> +       libau_plugin.la \
> +       libdemux_cdg_plugin.la \
> +       libdemuxdump_plugin.la \
> +       libdtssys_plugin.la \
> +       libflacsys_plugin.la \
> +       libmjpeg_plugin.la \
> +       libnsv_plugin.la \
> +       libnuv_plugin.la \
> +       libpva_plugin.la \
> +       librawdv_plugin.la \
> +       librawvid_plugin.la \
> +       libreal_plugin.la \
>         librtp_plugin.la \
> +       libsmf_plugin.la \
> +       libsubtitle_plugin.la \
> +       libtta_plugin.la \
> +       libty_plugin.la \
> +       libvc1_plugin.la \
> +       libvobsub_plugin.la \
> +       libvoc_plugin.la \
> +       libwav_plugin.la \
> +       libxa_plugin.la \
>         $(NULL)
>
>   # RTP plugin
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 10 Jun 2008 15:27:51 -0400
> From: jboileau <jboileau at gmail.com>
> Subject: Re: [vlc-devel] Bye
> To: "Mailing list for VLC media player developers"
>         <vlc-devel at videolan.org>
> Message-ID:
>         <1fb0eb00806101227u503fd2c6lac5f21c6ff90a17d at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> My new found friend is already leaving! :-(
>
> Seriously, best of luck with the new job and hopefully we will see you
> on this list and/or IRC once in a while.
>
> If you come to Montreal let me know!!!
>
> Jacques Boileau
>
>
> On Tue, Jun 10, 2008 at 1:35 PM, Rafa?l Carr? <funman at videolan.org> wrote:
> > Hi,
> >
> > I'm leaving the VideoLAN project.
> >
> > For various reasons, I do not work on VLC for fun (anymore), and of
> > course I will stop doing something I don't like for free.
> >
> > I deleted any admin credentials I could have for being member of your
> > project.
> >
> > You may know that I'm working for $, as a day job, on VLC for M2X
> > company, so in the upcoming months I will continue to run VLC, make
> > patches and so on, but only from 9AM to 18PM in the work days.
> >
> > So it may be wise to let me keep my ability to push to the git
> > repository, but I'll let that up to you guys: sending patches to
> > vlc-devel@ will be fine for me too.
> >
> > Some of the files I have written/modified have the funman at videolan.org
> > email, so it may be wise to let me keep this redirection.
> > If you don't want, I'll just ask to replace this address to my real
> > address.
> >
> > Last but not least: I was lended a macbook to develop VLC. Since I stop
> > this activity I will of course give it back to you.
> >
> > Since shipping is expensive, I will give it to dionoea who will bring
> > it in Paris before the end of the month, if you want to pay the
> > shipping it can come back sooner.
> >
> > P.S. I'm somehow bound to be a mentor this summer for Mr_mirsal (Mirsal)
> > and phytos (Antoine) projects, I will discuss about this issue with
> > them in private, and come back to you to tell you if I continue
> > mentoring or not.
> >
> > Thanks for the fun, and good luck.
> >
> > --
> > Rafa?l Carr?
> >
> > _______________________________________________
> > vlc-devel mailing list
> > To unsubscribe or modify your subscription options:
> > http://mailman.videolan.org/listinfo/vlc-devel
> >
> >
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 10 Jun 2008 21:35:28 +0200 (CEST)
> From: git at videolan.org (git version control)
> Subject: [vlc-devel] commit: Fix make check (sic) ( R?mi
>         Denis-Courmont )
> To: <vlc-devel at videolan.org>
> Message-ID: <20080610193528.10AB32036B at skanda.videolan.org>
> Content-Type: text/plain; charset=UTF-8
>
> vlc | branch: master | R?mi Denis-Courmont <rdenis at simphalempin.com> | Tue
> Jun 10 22:34:44 2008 +0300| [5740cd118b3ec8a833ceedbd21603d281f15abc7]
>
> Fix make check (sic)
>
> >
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5740cd118b3ec8a833ceedbd21603d281f15abc7
> ---
>
>   include/vlc_plugin.h |   13 ++++++++++---
>   1 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
> index 48caece..fbbd6f8 100644
> --- a/include/vlc_plugin.h
> +++ b/include/vlc_plugin.h
> @@ -458,13 +458,20 @@ enum vlc_config_properties
>      }
>
>   #if defined (__LIBVLC__)
> -# define VLC_COPYRIGHT_EXPORT VLC_META_EXPORT (copyright,
> COPYRIGHT_MESSAGE)
> +# define VLC_COPYRIGHT_EXPORT VLC_META_EXPORT (copyright, \
> +    "\x43\x6f\x70\x79\x72\x69\x67\x68\x74\x20\x28\x43\x29\x20\x74\x68" \
> +    "\x65\x20\x56\x69\x64\x65\x6f\x4c\x41\x4e\x20\x56\x4c\x43\x20\x6d" \
> +    "\x65\x64\x69\x61\x20\x70\x6c\x61\x79\?65\x72\x20\x64\x65\x76\x65" \
> +    "\x6c\x6f\x70\x70\x65\x72\x73" )
>   #elif !defined (VLC_COPYRIGHT_EXPORT)
>   # define VLC_COPYRIGHT_EXPORT
>   #endif
>   #define VLC_LICENSE_EXPORT VLC_META_EXPORT (license, \
> -    "Licensed under the terms of the GNU General Public License, " \
> -    "version 2 or later.")
> +    "\x4c\x69\x63\x65\x6e\x73\x65\x64\x20\x75\x6e\x64\x65\x72\x20\x74" \
> +    "\x68\x65\x20\x74\x65\x72\x6d\x73\x20\x6f\x66\x20\x74\x68\x65\x20" \
> +    "\x47\x4e\x55\x20\x47\x65\x6e\x65\x72\x61\x6c\x20\x50\x75\x62\x6c" \
> +    "\x69\x63\x20\x4c\x69\x63\x65\x6e\x73\x65\x2c\x20\x76\x65\x72\x73" \
> +    "\x69\x6f\x6e\x20\x32\x20\x6f\x72\x20\x6c\x61\x74\x65\x72\x2e" )
>
>   #define VLC_METADATA_EXPORTS \
>      VLC_COPYRIGHT_EXPORT \
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 10 Jun 2008 21:35:28 +0200 (CEST)
> From: git at videolan.org (git version control)
> Subject: [vlc-devel] commit: Fix make check too ( R?mi Denis-Courmont
>         )
> To: <vlc-devel at videolan.org>
> Message-ID: <20080610193528.2488A20389 at skanda.videolan.org>
> Content-Type: text/plain; charset=UTF-8
>
> vlc | branch: master | R?mi Denis-Courmont <rdenis at simphalempin.com> | Tue
> Jun 10 22:37:17 2008 +0300| [6fecdb7f115fb07bf99a5e6c9402611215df9016]
>
> Fix make check too
>
> >
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fecdb7f115fb07bf99a5e6c9402611215df9016
> ---
>
>   libs/srtp/Makefile.am |    9 ++++++---
>   1 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/libs/srtp/Makefile.am b/libs/srtp/Makefile.am
> index 4c0fd5d..cef9824 100644
> --- a/libs/srtp/Makefile.am
> +++ b/libs/srtp/Makefile.am
> @@ -26,13 +26,16 @@ TESTS = $(check_PROGRAMS)
>
>   libvlc_srtp_la_SOURCES = srtp.c
>   libvlc_srtp_la_LIBADD = @LIBGCRYPT_LIBS@
> -if !HAVE_WIN32
> -libvlc_srtp_la_LIBADD += -lpthread
> -endif
>
>   srtp_SOURCES = recv.c
>   srtp_LDADD = libvlc_srtp.la
>   test_recv_LDADD = libvlc_srtp.la
> +test_aes_LDADD = @LIBGCRYPT_LIBS@
> +
> +if !HAVE_WIN32
> +libvlc_srtp_la_LIBADD += -lpthread
> +test_aes_LDADD += -lpthread
> +endif
>
>   lcov-run:
>         rm -Rf *.gcda lcov
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 10 Jun 2008 21:36:42 +0200 (CEST)
> From: git at videolan.org (git version control)
> Subject: [vlc-devel] commit: Typo ( R?mi Denis-Courmont )
> To: <vlc-devel at videolan.org>
> Message-ID: <20080610193642.4E12B20397 at skanda.videolan.org>
> Content-Type: text/plain; charset=UTF-8
>
> vlc | branch: master | R?mi Denis-Courmont <rdenis at simphalempin.com> | Tue
> Jun 10 22:38:31 2008 +0300| [e9deaa7efcc16156fbfdb114c8fcd36244fba441]
>
> Typo
>
> >
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9deaa7efcc16156fbfdb114c8fcd36244fba441
> ---
>
>   include/vlc_plugin.h |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
> index fbbd6f8..3cd1e4c 100644
> --- a/include/vlc_plugin.h
> +++ b/include/vlc_plugin.h
> @@ -461,7 +461,7 @@ enum vlc_config_properties
>   # define VLC_COPYRIGHT_EXPORT VLC_META_EXPORT (copyright, \
>      "\x43\x6f\x70\x79\x72\x69\x67\x68\x74\x20\x28\x43\x29\x20\x74\x68" \
>      "\x65\x20\x56\x69\x64\x65\x6f\x4c\x41\x4e\x20\x56\x4c\x43\x20\x6d" \
> -    "\x65\x64\x69\x61\x20\x70\x6c\x61\x79\?65\x72\x20\x64\x65\x76\x65" \
> +    "\x65\x64\x69\x61\x20\x70\x6c\x61\x79\x65\x72\x20\x64\x65\x76\x65" \
>      "\x6c\x6f\x70\x70\x65\x72\x73" )
>   #elif !defined (VLC_COPYRIGHT_EXPORT)
>   # define VLC_COPYRIGHT_EXPORT
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 10 Jun 2008 23:31:23 +0200
> From: bl4 <bl4 at playker.info>
> Subject: [vlc-devel] [PATCH] MMS stream pausing
> To: Mailing list for VLC media player developers
>         <vlc-devel at videolan.org>
> Message-ID: <484EF2AB.2070905 at playker.info>
> Content-Type: text/plain; charset="iso-8859-1"
>
> MMS stream pausing.
>
> Pause is a few seconds late because the decoder has to process
> everything in the FIFO. When I tried to change it I always ended up with
> a lot of PTS errors.
>
> Some urls for testing:
> mms://
> tov.video.t-online.de/tvision/mgm/F/wm/itv-spi-20031107-544-ver00-dieanothda-trailFW10000045131.wmv
> mms://
> a406.v39440a.c39440.e.vm.akamaistream.net/7/406/39440/200805211240/bbcworldservice.download.akamai.com/39440/worldservice/tx/nb/summary5min.wma
> mms://
> cnn-0.wmod.llnwd.net/fc/a826/e1/nascar/big/cup/2008/06/08/cup.poc.final.nascar.ws.wmv
>
> --
> bl4
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: 0001-MMS-stream-pausing.patch
> Type: text/x-patch
> Size: 5141 bytes
> Desc: not available
> Url :
> http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080610/26e99a9a/attachment-0001.bin
>
> ------------------------------
>
> Message: 7
> Date: Wed, 11 Jun 2008 00:49:28 +0200 (CEST)
> From: git at videolan.org (git version control)
> Subject: [vlc-devel] commit: FFmpeg update. (Jean-Baptiste Kempf )
> To: <vlc-devel at videolan.org>
> Message-ID: <20080610224928.07B58202F1 at skanda.videolan.org>
> Content-Type: text/plain; charset=UTF-8
>
> vlc | branch: master | Jean-Baptiste Kempf <jb at altair.videolan.org> | Wed
> Jun 11 00:51:12 2008 +0200| [ab9b30429626c36ea819e05dc5fce1bc13db59c1]
>
> FFmpeg update.
>
> >
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab9b30429626c36ea819e05dc5fce1bc13db59c1
> ---
>
>   extras/contrib/src/Makefile                        |    4 +---
>   extras/contrib/src/Patches/ffmpeg-pkg-config.patch |   20
> --------------------
>   .../contrib/src/Patches/ffmpeg-svn-configure.patch |   15 ---------------
>   3 files changed, 1 insertions(+), 38 deletions(-)
>
> diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
> index e166f62..20c47c2 100644
> --- a/extras/contrib/src/Makefile
> +++ b/extras/contrib/src/Makefile
> @@ -1067,8 +1067,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
>
>   ifdef SVN
>   ffmpeg:
> -       $(SVN) co $(FFMPEG_SVN) ffmpeg -r 12920
> -       (cd $@; patch -p0 < ../Patches/ffmpeg-pkg-config.patch)
> +       $(SVN) co $(FFMPEG_SVN) ffmpeg
>   ifeq ($(HOST),i586-pc-beos)
>         (cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch)
>   endif
> @@ -1090,7 +1089,6 @@ ifdef HAVE_UCLIBC
>         patch -p0 < Patches/ffmpeg-svn-internal-define.patch
>         patch -p0 < Patches/ffmpeg-svn-libavformat.patch
>   endif
> -       (cd $@; patch -p0 < ../Patches/ffmpeg-svn-configure.patch )
>   else
>   ffmpeg-$(FFMPEG_VERSION).tar.gz:
>         echo "ffmpeg snapshot is too old, you MUST use subversion !"
> diff --git a/extras/contrib/src/Patches/ffmpeg-pkg-config.patch
> b/extras/contrib/src/Patches/ffmpeg-pkg-config.patch
> deleted file mode 100644
> index 0cb2b10..0000000
> --- a/extras/contrib/src/Patches/ffmpeg-pkg-config.patch
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -Index: configure
> -===================================================================
> ---- configure  (r?vision 13435)
> -+++ configure  (copie de travail)
> -@@ -2169,11 +2169,13 @@
> - version=$3
> - libs=$4
> - requires=$5
> -+libdir_pc=`echo $libdir|sed s'|$(PREFIX)|${prefix}|'`
> -+incdir_pc=`echo $incdir|sed 's|$(PREFIX)|${prefix}|'`
> - cat <<EOF >$name.pc
> - prefix=$prefix
> - exec_prefix=\${prefix}
> --libdir=$libdir
> --includedir=$incdir
> -+libdir=$libdir_pc
> -+includedir=$incdir_pc
> -
> - Name: $name
> - Description: $comment
> diff --git a/extras/contrib/src/Patches/ffmpeg-svn-configure.patch
> b/extras/contrib/src/Patches/ffmpeg-svn-configure.patch
> deleted file mode 100644
> index 9e95d01..0000000
> --- a/extras/contrib/src/Patches/ffmpeg-svn-configure.patch
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -Index: configure
> -===================================================================
> ---- configure  (revision 12501)
> -+++ configure  (working copy)
> -@@ -2201,8 +2201,8 @@
> - fi
> -
> - if enabled swscale; then
> --    pkgconfig_generate libswscale "FFmpeg image rescaling library"
> "$LIBSWSCALE_VERSION" -lswscale "libavutil = $LIBAVUTIL_VERSION"
> --    pkgconfig_generate_uninstalled libswscale "FFmpeg image rescaling
> library" "$LIBSWSCALE_VERSION" "" "libavutil = $LIBAVUTIL_VERSION"
> -+    pkgconfig_generate libswscale "FFmpeg image rescaling library"
> "$LIBSWSCALE_VERSION" "-lswscale -lm"  "libavutil = $LIBAVUTIL_VERSION"
> -+    pkgconfig_generate_uninstalled libswscale "FFmpeg image rescaling
> library" "$LIBSWSCALE_VERSION" "-lm" "libavutil = $LIBAVUTIL_VERSION"
> - else
> -     pkgconfig_generate libswscale "FFmpeg image rescaling library"
> "$LIBSWSCALE_VERSION" "" "$pkg_requires libavcodec = $LIBAVCODEC_VERSION"
> -     pkgconfig_generate_uninstalled libswscale "FFmpeg image rescaling
> library" "$LIBSWSCALE_VERSION" "" "$pkg_requires libavcodec =
> $LIBAVCODEC_VERSION"
>
>
>
> ------------------------------
>
> _______________________________________________
> vlc-devel mailing list
> vlc-devel at videolan.org
> http://mailman.videolan.org/listinfo/vlc-devel
>
>
> End of vlc-devel Digest, Vol 13, Issue 71
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080611/a73e77af/attachment.html>


More information about the vlc-devel mailing list