Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrevil_xxl <drevil_xxl@users.sourceforge.net>2009-07-19 21:50:20 +0400
committerdrevil_xxl <drevil_xxl@users.sourceforge.net>2009-07-19 21:50:20 +0400
commitb6e00a25f6639e4139b5818ce46d44d19114308f (patch)
tree918bb3e7af9cd30a7b82258f746c5929ae10888d /src/apps/mplayerc/internal_filter_config.h
parenta59bb4112277441c14a5e50a9737e5d8012c3357 (diff)
minor updates
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1174 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/internal_filter_config.h')
-rw-r--r--src/apps/mplayerc/internal_filter_config.h75
1 files changed, 48 insertions, 27 deletions
diff --git a/src/apps/mplayerc/internal_filter_config.h b/src/apps/mplayerc/internal_filter_config.h
index 6f85c4d36..c49b76fa8 100644
--- a/src/apps/mplayerc/internal_filter_config.h
+++ b/src/apps/mplayerc/internal_filter_config.h
@@ -1,3 +1,24 @@
+/*
+ *
+ * (C) 2003-2006 Gabest
+ * (C) 2006-2007 see AUTHORS
+ *
+ * This file is part of mplayerc.
+ *
+ * Mplayerc is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Mplayerc is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
/* For configuring which internal filters are included into the build.
*/
@@ -30,36 +51,36 @@
#define INTERNAL_SOURCEFILTER_DIRAC 0
// Internal decoders
-#define INTERNAL_DECODER_AAC 1
-#define INTERNAL_DECODER_AC3 1
-#define INTERNAL_DECODER_DTS 1
-#define INTERNAL_DECODER_LPCM 1
-#define INTERNAL_DECODER_MPEGAUDIO 1
-#define INTERNAL_DECODER_MPEG1 1
-#define INTERNAL_DECODER_MPEG2 1
-#define INTERNAL_DECODER_PS2AUDIO 1
-#define INTERNAL_DECODER_REALVIDEO 1
-#define INTERNAL_DECODER_REALAUDIO 1
-#define INTERNAL_DECODER_VORBIS 1
-#define INTERNAL_DECODER_FLAC 1
-#define INTERNAL_DECODER_NELLYMOSER 1
-#define INTERNAL_DECODER_ROQ 1
+#define INTERNAL_DECODER_AAC 1
+#define INTERNAL_DECODER_AC3 1
+#define INTERNAL_DECODER_DTS 1
+#define INTERNAL_DECODER_LPCM 1
+#define INTERNAL_DECODER_MPEGAUDIO 1
+#define INTERNAL_DECODER_MPEG1 1
+#define INTERNAL_DECODER_MPEG2 1
+#define INTERNAL_DECODER_PS2AUDIO 1
+#define INTERNAL_DECODER_REALVIDEO 1
+#define INTERNAL_DECODER_REALAUDIO 1
+#define INTERNAL_DECODER_VORBIS 1
+#define INTERNAL_DECODER_FLAC 1
+#define INTERNAL_DECODER_NELLYMOSER 1
+#define INTERNAL_DECODER_ROQ 1
-#define INTERNAL_DECODER_DIRAC 0
+#define INTERNAL_DECODER_DIRAC 0
// FFMPEG based internal decoders
-#define INTERNAL_DECODER_H264 1
-#define INTERNAL_DECODER_VC1 1
-#define INTERNAL_DECODER_FLV 1
-#define INTERNAL_DECODER_VP6 1
-#define INTERNAL_DECODER_DIVX 1
-#define INTERNAL_DECODER_XVID 1
-#define INTERNAL_DECODER_WMV 1
-#define INTERNAL_DECODER_MSMPEG4 1
-#define INTERNAL_DECODER_SVQ 1
-#define INTERNAL_DECODER_H263 1
-#define INTERNAL_DECODER_THEORA 1
-#define INTERNAL_DECODER_AMVV 1
+#define INTERNAL_DECODER_H264 1
+#define INTERNAL_DECODER_VC1 1
+#define INTERNAL_DECODER_FLV 1
+#define INTERNAL_DECODER_VP6 1
+#define INTERNAL_DECODER_DIVX 1
+#define INTERNAL_DECODER_XVID 1
+#define INTERNAL_DECODER_WMV 1
+#define INTERNAL_DECODER_MSMPEG4 1
+#define INTERNAL_DECODER_SVQ 1
+#define INTERNAL_DECODER_H263 1
+#define INTERNAL_DECODER_THEORA 1
+#define INTERNAL_DECODER_AMVV 1
#define INCLUDE_MPC_VIDEO_DECODER (INTERNAL_DECODER_H264|INTERNAL_DECODER_VC1|INTERNAL_DECODER_FLV|INTERNAL_DECODER_VP6|INTERNAL_DECODER_DIVX|INTERNAL_DECODER_XVID|INTERNAL_DECODER_WMV|INTERNAL_DECODER_MSMPEG4|INTERNAL_DECODER_SVQ|INTERNAL_DECODER_H263|INTERNAL_DECODER_THEORA|INTERNAL_DECODER_AMVV)