Mercurial > mplayer.hg
changeset 21103:a6fcc086fb67
Add VIDIX to LIBS_MPLAYER directly.
author | diego |
---|---|
date | Tue, 21 Nov 2006 11:21:09 +0000 |
parents | 1f6d91019cac |
children | b437b582250d |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Nov 21 01:14:58 2006 +0000 +++ b/Makefile Tue Nov 21 11:21:09 2006 +0000 @@ -130,7 +130,7 @@ PARTS += tremor endif ifeq ($(VIDIX),yes) -VO_LIBS += libdha/libdha.so vidix/libvidix.a +LIBS_MPLAYER += libdha/libdha.so vidix/libvidix.a PARTS += libdha vidix endif ifeq ($(DVDREAD_INTERNAL),yes)