From 667c8352f3b0a8dcdaadd2aac6d4588a376e5e52 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Jun 2013 22:57:00 +0200 Subject: core: make options.c compile standalone This also removes the split between "mplayer" and "common" opts (common opts used to be shared between mencoder and mplayer). --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75d40bf5dc..3fab39353e 100644 --- a/Makefile +++ b/Makefile @@ -180,6 +180,7 @@ SOURCES = talloc.c \ core/mp_fifo.c \ core/mp_msg.c \ core/mplayer.c \ + core/options.c \ core/parser-cfg.c \ core/parser-mpcmd.c \ core/path.c \ -- cgit v1.2.3