summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2012-03-25 18:43:21 +0000
committerVincent Torri <vincent.torri@gmail.com>2012-03-25 18:43:21 +0000
commit21959ab6d9c6eddc1d8ac82494585e5bbfd8d066 (patch)
tree6ad37ddb1cbb6428a57d6580faa8c1318b6786d6 /src
parenteb739d34d8e9b0b9bbaec020ad833d1a860d37c9 (diff)
downloademotion_generic_players-21959ab6d9c6eddc1d8ac82494585e5bbfd8d066.tar.gz
Emotion: Fix shm_open check + various autotools cleaning
This works in linux, and should fix shm_detection on BSD (including Mac) BSD, Mac and solaris users : please check that it compiles and shm_open is detected SVN revision: 69618
Diffstat (limited to 'src')
-rw-r--r--src/vlc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlc/Makefile.am b/src/vlc/Makefile.am
index 6b00d28..ca9d22a 100644
--- a/src/vlc/Makefile.am
+++ b/src/vlc/Makefile.am
@@ -15,4 +15,4 @@ internal_bin_PROGRAMS = em_generic_vlc
em_generic_vlc_SOURCES = emotion_generic_vlc.c
em_generic_vlc_DEPENDENCIES = $(top_srcdir)/src/modules/generic/Emotion_Generic_Plugin.h
-em_generic_vlc_LDADD = @GENERIC_VLC_LIBS@ -lpthread -lrt
+em_generic_vlc_LDADD = @GENERIC_VLC_LIBS@ -lpthread