summaryrefslogtreecommitdiffstats
path: root/gtk/src/widget_deps
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-02-28 19:10:07 +0000
committerjstebbins <[email protected]>2009-02-28 19:10:07 +0000
commitc47939541ccec1e5e57753b16b28baed2613f586 (patch)
tree9478bcbacbb168a140125bd1795b1a7028e2a774 /gtk/src/widget_deps
parent6558d743ce95723cdbf40eacc241469deffc3866 (diff)
LinGui: make it possible to build outside srcdir
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2179 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/widget_deps')
-rw-r--r--gtk/src/widget_deps132
1 files changed, 0 insertions, 132 deletions
diff --git a/gtk/src/widget_deps b/gtk/src/widget_deps
deleted file mode 100644
index 0eeb9e38c..000000000
--- a/gtk/src/widget_deps
+++ /dev/null
@@ -1,132 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>AudioEncoder</key>
- <array>
- <string>AudioBitrate</string>
- <string>AudioSamplerate</string>
- <string>AudioMixdown</string>
- <string>AudioTrackDRCSlider</string>
- </array>
- <key>ChapterMarkers</key>
- <array>
- <string>chapters_list</string>
- </array>
- <key>FileFormat</key>
- <array>
- <string>Mp4LargeFile</string>
- <string>Mp4HttpOptimize</string>
- <string>Mp4iPodCompatible</string>
- </array>
- <key>PictureAutoCrop</key>
- <array>
- <string>PictureTopCrop</string>
- <string>PictureBottomCrop</string>
- <string>PictureLeftCrop</string>
- <string>PictureRightCrop</string>
- </array>
- <key>PictureDecomb</key>
- <array>
- <string>PictureDeinterlace</string>
- <string>PictureDeinterlaceCustom</string>
- <string>PictureDecombCustom</string>
- </array>
- <key>PictureDeinterlace</key>
- <array>
- <string>PictureDeinterlaceCustom</string>
- </array>
- <key>PictureDenoise</key>
- <array>
- <string>PictureDenoiseCustom</string>
- </array>
- <key>PictureDetelecine</key>
- <array>
- <string>PictureDetelecineCustom</string>
- </array>
- <key>PictureKeepRatio</key>
- <array>
- <string>scale_height</string>
- </array>
- <key>VideoEncoder</key>
- <array>
- <string>x264_tab</string>
- <string>x264_tab_label</string>
- <string>Mp4iPodCompatible</string>
- </array>
- <key>VideoTwoPass</key>
- <array>
- <string>VideoTurboTwoPass</string>
- </array>
- <key>anamorphic</key>
- <array>
- <string>PictureKeepRatio</string>
- <string>scale_height</string>
- </array>
- <key>autoscale</key>
- <array>
- <string>scale_width</string>
- <string>scale_height</string>
- </array>
- <key>title</key>
- <array>
- <string>queue_add</string>
- <string>queue_add_menu</string>
- <string>show_picture</string>
- <string>show_preview_menu</string>
- <string>preview_frame</string>
- <string>picture_label</string>
- <string>picture_tab</string>
- <string>chapters_label</string>
- <string>chapters_tab</string>
- <string>title</string>
- <string>start_chapter</string>
- <string>end_chapter</string>
- </array>
- <key>use_source_name</key>
- <array>
- <string>chapters_in_destination</string>
- <string>title_no_in_destination</string>
- </array>
- <key>vquality_type_bitrate</key>
- <array>
- <string>VideoAvgBitrate</string>
- </array>
- <key>vquality_type_constant</key>
- <array>
- <string>VideoQualitySlider</string>
- <string>constant_rate_factor</string>
- <string>VideoTwoPass</string>
- <string>VideoTurboTwoPass</string>
- </array>
- <key>vquality_type_target</key>
- <array>
- <string>VideoTargetSize</string>
- </array>
- <key>x264_bframes</key>
- <array>
- <string>x264_weighted_bframes</string>
- <string>x264_bpyramid</string>
- <string>x264_direct</string>
- <string>x264_b_adapt</string>
- </array>
- <key>x264_cabac</key>
- <array>
- <string>x264_trellis</string>
- <string>x264_psy_trell</string>
- </array>
- <key>x264_refs</key>
- <array>
- <string>x264_mixed_refs</string>
- </array>
- <key>x264_subme</key>
- <array>
- <string>x264_psy_rd</string>
- <string>x264_psy_trell</string>
- </array>
- <key>x264_trellis</key>
- <array>
- <string>x264_psy_trell</string>
- </array>
-</dict>
-</plist>