diff options
author | Djordje Senicic | 2016-03-10 15:46:21 -0600 |
---|---|---|
committer | Djordje Senicic | 2016-03-23 07:00:25 -0500 |
commit | 34304c0a1a8fd583de62f4c0604a355525ef2f1f (patch) | |
tree | 176c9ed54ce2677fdaef6c7059c646b2335f2e56 | |
parent | 85b4c86b4898699246fbee0fe9144281cc3cc665 (diff) | |
download | gst-plugin-dsp66-34304c0a1a8fd583de62f4c0604a355525ef2f1f.tar.gz gst-plugin-dsp66-34304c0a1a8fd583de62f4c0604a355525ef2f1f.tar.xz gst-plugin-dsp66-34304c0a1a8fd583de62f4c0604a355525ef2f1f.zip |
Remove commented, unused code
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ca7505b..967ffd8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -26,8 +26,6 @@ libgstdsp66_la_LIBADD = \ | |||
26 | -lgstvideo-1.0 \ | 26 | -lgstvideo-1.0 \ |
27 | -loclconv | 27 | -loclconv |
28 | 28 | ||
29 | # -lgstbasevideo-1.0 | ||
30 | |||
31 | libgstdsp66_la_LDFLAGS = \ | 29 | libgstdsp66_la_LDFLAGS = \ |
32 | $(GST_PLUGIN_LDFLAGS) \ | 30 | $(GST_PLUGIN_LDFLAGS) \ |
33 | $(GST_ALL_LDFLAGS) \ | 31 | $(GST_ALL_LDFLAGS) \ |