Opened 9 years ago

Closed 9 years ago

#4378 closed task (invalid)

compiling .so file in windows 7

Reported by: Vijay Owned by:
Priority: normal Component: build system
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Hello i am new to ffmpeg.
i go through many site but unable to find perfect solution for compiling .so file in windows environment. and integrating it in eclipse.

1) can i use pre-compiled .so file? if yes than from where i can get it?
2) if i have .so file how to use it in eclipse?

Change History (1)

comment:1 by James, 9 years ago

Component: ffmpegbuild system
Priority: importantnormal
Resolution: invalid
Status: newclosed

Windows dynamic libraries don't use the .so extension, they use .dll, and that's what ffmpeg generates when compiling for the platform.

If you need said dll files, configure ffmpeg with the --enable-shared option.

Note: See TracTickets for help on using tickets.