X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fcdda%2Fcallback.h;h=dc290141e21cd054ae5c1cce7f6a03525620cbab;hb=b5c566d923f2dc68e03a6e8deacfc5607982f27a;hp=ee9a1836ab1bdc1d21f0c30415d2b570d1ad9011;hpb=a21fa2255e8a6cf288fe3ecc5c779428ec3585dc;p=vlc diff --git a/modules/access/cdda/callback.h b/modules/access/cdda/callback.h index ee9a1836ab..dc290141e2 100644 --- a/modules/access/cdda/callback.h +++ b/modules/access/cdda/callback.h @@ -18,12 +18,16 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#include +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif -/* +#include + +/* Minimum, maximum and default number of blocks we allow on read. */ #define MIN_BLOCKS_PER_READ 1 @@ -40,19 +44,19 @@ int CDDBEnabledCB( vlc_object_t *p_this, const char *psz_name, int CDTextEnabledCB( vlc_object_t *p_this, const char *psz_name, - vlc_value_t oldval, vlc_value_t val, - void *p_data ); + vlc_value_t oldval, vlc_value_t val, + void *p_data ); int CDTextPreferCB( vlc_object_t *p_this, const char *psz_name, - vlc_value_t oldval, vlc_value_t val, - void *p_data ); + vlc_value_t oldval, vlc_value_t val, + void *p_data ); int CDDANavModeCB( vlc_object_t *p_this, const char *psz_name, - vlc_value_t oldval, vlc_value_t val, - void *p_data ); + vlc_value_t oldval, vlc_value_t val, + void *p_data ); int CDDABlocksPerReadCB ( vlc_object_t *p_this, const char *psz_name, - vlc_value_t oldval, vlc_value_t val, - void *p_data ); + vlc_value_t oldval, vlc_value_t val, + void *p_data );