From fb47f2f9402567eb7ecda7e5ec83e0c1915632c1 Mon Sep 17 00:00:00 2001 From: xylosper Date: Sun, 30 Mar 2014 11:42:49 +0900 Subject: player: rename dvdnav to discnav Now, navigation works both of DVD and non-BD-J Blu-ray. Therefore, rename all 'dvdnav' strings which are not DVD specific to 'discnav' --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index f2135fee1c..9b7319afc6 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -209,7 +209,7 @@ def build(ctx): ( "player/client.c" ), ( "player/command.c" ), ( "player/configfiles.c" ), - ( "player/dvdnav.c" ), + ( "player/discnav.c" ), ( "player/loadfile.c" ), ( "player/main.c" ), ( "player/misc.c" ), -- cgit v1.2.3