diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-02-15 13:35:30 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-02-15 13:35:30 (GMT) |
commit | 4d0498e4a7533307241a807cac6de1eb0c56ba18 (patch) | |
tree | ac41ad38882bf1597e9e2675f6313a13073eccda /src/Makefile | |
parent | cef04da3c24cdcf1c1ffeb214c74f6ef0aaaa0ad (diff) |
first gstreamer pipeline
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 80c312a..79c2a82 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,7 +35,6 @@ C_OBJS := log.o \ options.o \ slist.o \ string_list.o \ - sig_handler.o \ rharchive.o C_SRCS := $(C_OBJS:%.o=%.c) |