代码搜索:libdvbpsi

找到约 35 项符合「libdvbpsi」的源代码

代码结果 35
www.eeworm.com/read/246683/12712525

h dvbpsi_private.h

/***************************************************************************** * dvbpsi_private.h: main private header *----------------------------------------------------------------------------
www.eeworm.com/read/330402/12896303

h dvbpsi_private.h

/***************************************************************************** * dvbpsi_private.h: main private header *----------------------------------------------------------------------------
www.eeworm.com/read/318282/13482216

h dvbpsi_private.h

/***************************************************************************** * dvbpsi_private.h: main private header *----------------------------------------------------------------------------
www.eeworm.com/read/318282/13482262

rules

#!/usr/bin/make -f # debian/rules for libdvbpsi - uses debhelper. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # See /usr/share/doc/autotools-dev/README.Debian.gz export DEB_HOST_G
www.eeworm.com/read/246683/12712698

rules

#!/usr/bin/make -f # debian/rules for libdvbpsi - uses debhelper. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # See /usr/share/doc/autotools-dev/README.Debian.gz export DEB_HOST_G
www.eeworm.com/read/246683/12712713

ac configure.ac

AC_INIT(src/dvbpsi.c) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE(libdvbpsi4, 0.1.5) AM_CONFIG_HEADER(config.h) #AC_CANONICAL_HOST AC_PROG_CC AC_STDC_HEADERS A
www.eeworm.com/read/388642/2548713

cpp dvbpsi.cpp

/******************************************************************************* * dvbpsi.cpp: common tools to use the libdvbpsi *----------------------------------------------------------------------
www.eeworm.com/read/388642/2548718

h dvbpsi.h

/******************************************************************************* * dvbpsi.h: common tools to use the libdvbpsi *------------------------------------------------------------------------
www.eeworm.com/read/411306/2189205

am makefile.am

AM_CFLAGS =\ -I$(top_srcdir)/include \ -I$(top_srcdir)/include/dvbpsi \ -Wall -Werror noinst_LIBRARIES = libdvbpsi.a libdvbpsi_a_SOURCES= \ demux.c \ descriptor.c \ dvbpsi.c
www.eeworm.com/read/246683/12712336

am makefile.am

## Process this file with automake to produce Makefile.in SUBDIRS = src examples misc DIST_SUBDIRS = $(SUBDIRS) doc debian wince EXTRA_DIST = libdvbpsi.spec bootstrap AUTOMAKE_OPTIONS = foreign dis