[MPlayer-cvslog] r26352 - in trunk: Makefile osdep osdep/Makefile
Alban Bedel
albeu at free.fr
Sat Apr 12 13:07:22 CEST 2008
On Tue, 8 Apr 2008 20:25:30 +0200 (CEST)
diego <subversion at mplayerhq.hu> wrote:
> +SRCS_COMMON-$(HAVE_SYS_MMAN_H) += osdep/mmap_anon.c
> +SRCS_COMMON-$(MACOSX_FINDER_SUPPORT) += osdep/macosx_finder_args.c
> +SRCS_COMMON-$(NEED_GETTIMEOFDAY) += osdep/gettimeofday.c
> +SRCS_COMMON-$(NEED_GLOB) += osdep/glob-win.c
> +SRCS_COMMON-$(NEED_SETENV) += osdep/setenv.c
> +SRCS_COMMON-$(NEED_SHMEM) += osdep/shmem.c
> +SRCS_COMMON-$(NEED_STRSEP) += osdep/strsep.c
> +SRCS_COMMON-$(NEED_SWAB) += osdep/swab.c
> +SRCS_COMMON-$(NEED_VSSCANF) += osdep/vsscanf.c
This is a severe set back for the TOOLS! How are we supposed to link
osdep.a in now? You can't just put everything in SRCS_COMMON, it should
still be grouped by lib to allow using a subset.
Albeu
More information about the MPlayer-cvslog
mailing list