[MPlayer-dev-eng] [PATCH] Windows DLL support for OS X/Intel (cleaned version)

Bernd Ernesti mplayer-dev-eng at lists.veego.de
Tue Nov 21 06:53:45 CET 2006


On Mon, Nov 20, 2006 at 10:30:17PM -0500, Nicolas Plourde wrote:
> Index: Makefile
> ===================================================================
> --- Makefile	(revision 21118)
> +++ Makefile	(working copy)
> @@ -106,7 +106,7 @@
>          libaf \
>  
>  ifeq ($(WIN32DLL),yes)
> -COMMON_LIBS += loader/libloader.a loader/dshow/libDS_Filter.a loader/dmo/libDMO_Filter.a
> +COMMON_LIBS += loader/libloader.a loader/dshow/libDS_Filter.a loader/dmo/libDMO_Filter.a osdep/libosdep.a
>  PARTS += loader loader/dshow loader/dmo
>  endif
>  ifeq ($(MP3LIB),yes)

That would mean that we would include osdep/libosdep.a two times.

Btw, it would have been nice if you attached the patch at the end and not at the
top. I just noticed that you added a comment at the end of this mail.

Bernd




More information about the MPlayer-dev-eng mailing list