Hi Pardeep,

Thank you for your help.

Here is what I'm doing:

I have compiled FFmpeg, then i compiled XVid and and installed it. No
error it got installed.
Size of FFmpeg.exe has increased marginally after including XVid (by 100k).
But if I set --extra-ldflags=-static then still it fails - XVid not found.
else it works.
----------------------------------------------------------------------
FFmpeg version SVN-r14614, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-libxvid --enable-memalign-hack --extra-ld
flags=-L/C/msys/1.0/local/bin --extra-cflags=-I/C/msys/1.0/local/include
  libavutil version: 49.7.0
  libavcodec version: 51.62.0
  libavformat version: 52.18.0
  libavdevice version: 52.0.0
  built on Aug 20 2008 14:19:45, gcc: 3.4.5 (mingw-vista special r3)
-------------------------------------------------------------------------------------------------

And, when, I tried to convert mp4 to flv and FFmpeg says

Unsupported codec (id=86018) for input stream #0.0

Thanks,
Sanjeev




On Wed, Aug 20, 2008 at 1:17 PM, Pardeep Puar <[EMAIL PROTECTED]> wrote:
> 1.  You need to get the latest xvid source
> 2.  Compile it to whatever dir you want using prefix to define the directory
> 3.  Get ffmpeg to point to this directory like:
>
> ./configure --extra-ldflags=-L/c/dev/shared/lib 
> --extra-cflags=-I/c/dev/shared/include
>
> So, I would compile xvid to /c/dev/shared
>
> Then you can use --enable-livxvid
>
> P
>
> ________________________________
>
> From: [EMAIL PROTECTED] on behalf of Sanjeev Jaswal
> Sent: Wed 8/20/2008 9:59 AM
> To: [email protected]
> Subject: [libav-user] ERROR: Xvid not found,when compiling ffmpeg with Xvid 
> (libxvid lib and dll)
>
>
>
> Hi,
> I'm facing an issue when compiling ffmpeg with livXvid.
>
> $ ./configure --enable-gpl --enable-libxvid --enable-memalign-hack
> --extra-ldflags
> =-static
> ERROR: Xvid not found
> If you think configure made a mistake, make sure you are using the latest
> version from SVN.  If the latest version fails, report the problem to the
> [EMAIL PROTECTED] mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "config.err" produced by configure as this will help
> solving the problem.
>
> Any help appreciated.
>
> Thanks,
> Sanjeev
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>
>
>
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>
>
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to