Commit 20d79981 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.

parent 7fb39a20
...@@ -2205,7 +2205,6 @@ then ...@@ -2205,7 +2205,6 @@ then
if test "x${ac_cv_gtk_headers}" = "xyes" if test "x${ac_cv_gtk_headers}" = "xyes"
then then
PLUGINS="${PLUGINS} familiar" PLUGINS="${PLUGINS} familiar"
NEED_GTK_MAIN=yes
fi fi
CPPFLAGS="${CPPFLAGS_save}" CPPFLAGS="${CPPFLAGS_save}"
...@@ -2232,8 +2231,9 @@ then ...@@ -2232,8 +2231,9 @@ then
then then
CFLAGS_familiar="${CFLAGS_familiar} ${CFLAGS_gpe}" CFLAGS_familiar="${CFLAGS_familiar} ${CFLAGS_gpe}"
LDFLAGS_familiar="${LDFLAGS_familiar} ${LDFLAGS_gpe}" LDFLAGS_familiar="${LDFLAGS_familiar} ${LDFLAGS_gpe}"
NEED_GTK_MAIN=no
fi fi
else
NEED_GTK_MAIN=yes
fi # end gpe support fi # end gpe support
fi # end gtk+ support fi # end gtk+ support
fi fi
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* familiar.c : familiar plugin for vlc * familiar.c : familiar plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: familiar.c,v 1.18 2002/12/20 21:33:40 jpsaman Exp $ * $Id: familiar.c,v 1.19 2002/12/22 21:08:36 jpsaman Exp $
* *
* Authors: Jean-Paul Saman <jpsaman@wxs.nl> * Authors: Jean-Paul Saman <jpsaman@wxs.nl>
* *
...@@ -60,10 +60,6 @@ static int Manage ( intf_thread_t *p_intf ); ...@@ -60,10 +60,6 @@ static int Manage ( intf_thread_t *p_intf );
#define AUTOPLAYFILE_LONGTEXT N_("automatically play a file when selected in the "\ #define AUTOPLAYFILE_LONGTEXT N_("automatically play a file when selected in the "\
"file selection list") "file selection list")
#ifndef NEED_GTK_MAIN
#define NEED_GTK_MAIN
#endif
/***************************************************************************** /*****************************************************************************
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment