[DVDnav-discuss] [PATCH] bugfix for compile minilib of libdvdnav

Nico Sabbi Nicola.Sabbi at poste.it
Tue Sep 18 10:24:40 CEST 2007


Ulion wrote:

>Hello,
>
>There's a little bug in libdvdnav/Makefile prevent from compiling
>minilib, here's fix:
>
>Index: libdvdnav/Makefile
>===================================================================
>--- libdvdnav/Makefile  (revision 955)
>+++ libdvdnav/Makefile  (working copy)
>@@ -21,7 +21,7 @@
> CFLAGS += -DDVDNAV_COMPILE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
> CFLAGS += -DHAVE_CONFIG_H -DHAVE_DLFCN_H
>
>-ifeq ($(DVDREAD),internal)
>+ifeq ($(DVDREAD),"internal")
> L=libdvdnav
> VPATH+= $(SRC_PATH_BARE)/src/dvdread
> HEADERS += src/dvdread/dvd_reader.h \
>
>  
>
ok to commit (if someone is online)



More information about the DVDnav-discuss mailing list