input/LocalOpen: new library for opening local files

Combines the "file" and the "archive" input plugins.
This commit is contained in:
Max Kellermann
2014-10-02 21:06:01 +02:00
parent 0c461c3859
commit 9d2d58c4b6
3 changed files with 87 additions and 0 deletions
+1
View File
@@ -1106,6 +1106,7 @@ libinput_a_SOURCES = \
src/input/Init.cxx src/input/Init.hxx \
src/input/Registry.cxx src/input/Registry.hxx \
src/input/Open.cxx \
src/input/LocalOpen.cxx src/input/LocalOpen.hxx \
src/input/Offset.hxx \
src/input/InputStream.cxx src/input/InputStream.hxx \
src/input/InputPlugin.hxx \