diff options
-rw-r--r-- | command/Makefile | 2 | ||||
l--------- | command/version.h | 1 | ||||
-rw-r--r-- | plugin/Makefile | 1 | ||||
l--------- | plugin/version.h | 1 |
4 files changed, 2 insertions, 3 deletions
diff --git a/command/Makefile b/command/Makefile index 810afa9..eae92ff 100644 --- a/command/Makefile +++ b/command/Makefile @@ -33,8 +33,6 @@ endif INCLUDES += $(shell $(PKG-CONFIG) --cflags $(PKG-INCLUDES)) LIBS += $(shell $(PKG-CONFIG) --libs $(PKG-LIBS)) -pthread -INCLUDES += -I.. - ### The object files (add further files here): OBJS = markad-standalone.o decoder.o marks.o streaminfo.o video.o audio.o demux.o diff --git a/command/version.h b/command/version.h new file mode 120000 index 0000000..074631f --- /dev/null +++ b/command/version.h @@ -0,0 +1 @@ +../version.h
\ No newline at end of file diff --git a/plugin/Makefile b/plugin/Makefile index f02ab0b..cfe6941 100644 --- a/plugin/Makefile +++ b/plugin/Makefile @@ -45,7 +45,6 @@ PACKAGE = vdr-$(ARCHIVE) ### Includes and Defines (add further entries here): INCLUDES += -I$(VDRDIR)/include -INCLUDES += -I.. DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE diff --git a/plugin/version.h b/plugin/version.h new file mode 120000 index 0000000..074631f --- /dev/null +++ b/plugin/version.h @@ -0,0 +1 @@ +../version.h
\ No newline at end of file |