Compiling ffmpeg -> missed dlls

M

m.arfini

Hi All,

i trying to compile ffmpeg v 0.4.9. with minGW compiler with make
instruction,

but at the end of the process none dlls have been created, only the exe
file (in c:\program files\ffmpeg directory).

I need the dll files (avcodec.dll & avformat.dll) because i want to
use ffmpeg function in a program written in c.

have u any advice ?

Or, how can i use ffmpeg with c/c++ ?

i wasn't able to include the avcodec.lib and avformat.lib

Help me, please !!!

Thank All

Marco
 
B

BigBrian

Hi All,

i trying to compile ffmpeg v 0.4.9. with minGW compiler with make
instruction,

but at the end of the process none dlls have been created, only the exe
file (in c:\program files\ffmpeg directory).

I need the dll files (avcodec.dll & avformat.dll) because i want to
use ffmpeg function in a program written in c.

have u any advice ?

Or, how can i use ffmpeg with c/c++ ?

i wasn't able to include the avcodec.lib and avformat.lib

Help me, please !!!

Thank All

Marco

This is off topic because it doesn't relate to the C++ *language*.
Find a newsgroup that covers ffmped.
 
A

Artie Gold

Hi All,

i trying to compile ffmpeg v 0.4.9. with minGW compiler with make
instruction,

but at the end of the process none dlls have been created, only the exe
file (in c:\program files\ffmpeg directory).

I need the dll files (avcodec.dll & avformat.dll) because i want to
use ffmpeg function in a program written in c.

have u any advice ?

Or, how can i use ffmpeg with c/c++ ?

i wasn't able to include the avcodec.lib and avformat.lib
Hmmm. Do I see a question about the C++ language here? ...

Nope.

Please come back when you have one.

--ag
 
M

m.arfini

thanks, but my really question is:
are there some options to compile a code for get an dll..

Thanks,

Marco
 
G

Gavin Deane

thanks, but my really question is:
are there some options to compile a code for get an dll..

That's still not a C++ language question, since the C++ language has no
concept of DLLs.
http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

If your compiler targets Windows, it probably has some options you set
to create DLLs. If you can't find the answer in the compiler
documentation, a newsgroup or other forum dedicated to that particular
compiler will be able to help you.

Gavin Deane
 
C

Christian Gollwitzer

thanks, but my really question is:
are there some options to compile a code for get an dll..
That's really way off-topic here. You must run the configure script with
enable-shared:

../configure --enable-shared
make

You need a shell to do this (cygwin e.g.)

Christian
 
M

m.arfini

OK, sorry for my offtopics...

btw, for Christian, i tryied compile with option --enabled-shared, but
it create only the exe files, not the DLLS !!
Thanks all
Marco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top