Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "xxxfanaticxxx" (Jan 24th 2012, 11:23pm)
Location: NRW
Occupation: "manche sagen Unterschichten Fernsehen dazu-mir macht die Gewinnbeteiligung jedes Jahr aufs neue Spaß ;-)"
Hallo Kris,
ich bin seit Tagen mit openelec am probieren. Ich habe ein Zotac ION ITX S Board und als Tunerkarte die TBS 6981.
Egal welches ION build ich nutze, die TBS 6981 wird nirgends supported. Ich habe noch ne Tevii S480, da ist aber das gleiche Problem. Sonst läuft alles, nur die TBS Karte bring ich partout nicht zum laufen.
Wobei man auch sagen muss, dass openelec wenige DVB-S/S2 Karten supported. Hast du vielleicht einen Tip für mich, wie ich das geregelt bekommen kann?
Location: NRW
Occupation: "manche sagen Unterschichten Fernsehen dazu-mir macht die Gewinnbeteiligung jedes Jahr aufs neue Spaß ;-)"
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
root@debdev:/openelec# git pull
remote: Counting objects: 443, done.
remote: Compressing objects: 100% (169/169), done.
remote: Total 342 (delta 245), reused 264 (delta 170)
Receiving objects: 100% (342/342), 37.93 KiB, done.
Resolving deltas: 100% (245/245), completed with 74 local objects.
From https://github.com/OpenELEC/OpenELEC.tv
c05a392..cde9b87 master -> origin/master
Updating c05a392..cde9b87
Fast-forward
config/functions | 174 ++++++++++
config/graphic | 14 +
config/options | 7 -
config/path | 6 +-
packages/3rdparty/multimedia/vdr/meta | 4 +-
packages/debug/mesa-demos/meta | 2 +-
packages/debug/meta | 3 +-
packages/graphics/Mesa/meta | 4 +
packages/graphics/glew/meta | 4 +-
.../glew/patches/glew-1.7.0-crosscompile.patch | 17 +-
packages/graphics/tiff/meta | 4 +-
packages/mediacenter/meta | 6 +-
.../patches/script.xbmc.lcd-dc08f6e-be_quiet.patch | 19 +-
packages/mediacenter/xbmc-pvr/build | 38 ++-
packages/mediacenter/xbmc-pvr/install | 4 +-
packages/mediacenter/xbmc-pvr/meta | 23 +-
...f4d4-013-reenable_lcd_config_settings-0.1.patch | 13 +
...bmc-pvr-cbe2cf3-991-lcd-ae6618f...100d77c.patch | 359 --------------------
packages/mediacenter/xbmc/build | 38 ++-
packages/mediacenter/xbmc/install | 4 +-
packages/mediacenter/xbmc/meta | 22 +-
...c547-013-reenable_lcd_config_settings-0.1.patch | 13 +
.../xbmc-f76c547-991-lcd-ae6618f...100d77c.patch | 359 --------------------
packages/multimedia/SDL/build | 31 ++-
packages/multimedia/SDL/meta | 15 +-
packages/multimedia/SDL_image/meta | 6 +-
packages/multimedia/SDL_mixer/meta | 2 +-
packages/multimedia/SDL_net/build | 40 ---
packages/multimedia/SDL_net/install | 27 --
packages/multimedia/SDL_net/meta | 36 --
packages/multimedia/SDL_ttf/build | 39 ---
packages/multimedia/SDL_ttf/install | 27 --
packages/multimedia/SDL_ttf/meta | 36 --
packages/network/libnfs/build | 3 +
packages/python/graphics/Imaging/meta | 4 +-
packages/security/cryptodev-linux/build | 5 +-
packages/sysutils/ConsoleKit/meta | 4 +-
packages/sysutils/lcdproc/meta | 6 +-
packages/sysutils/pciutils/build | 3 +
packages/sysutils/remote/meta | 6 +-
packages/toolchain/devel/cmake/meta | 2 +-
packages/x11/driver/xf86-video-fglrx/meta | 4 +-
packages/x11/proto/glproto/meta | 2 +-
packages/x11/toolkits/gdk-pixbuf/meta | 4 +-
packages/x11/xserver/xorg-server/meta | 6 +-
...atch => xorg-server-1.11.4-05_pkg_config.patch} | 0
...0_cache_xkbcomp_output_for_fast_start_up.patch} | 0
..._sloppy_heuristic_first_for_initial_mode.patch} | 0
... => xorg-server-1.11.4-13-detect_nouveau.patch} | 0
...h => xorg-server-1.11.4-14-detect_radeon.patch} | 0
...erver-1.11.4-20_extra_modelines_fromxorg.patch} | 0
...> xorg-server-1.11.4-21_x11_nonroot-vesa.patch} | 0
...xorg-server-1.11.4-22_do_not_zap_xserver.patch} | 0
...rg-server-1.11.4-25_less_acpi_brokenness.patch} | 0
projects/ATV/options | 15 +-
projects/Fusion/options | 15 +-
projects/Generic/options | 15 +-
projects/Generic_OSS/options | 15 +-
projects/ION/options | 15 +-
projects/Intel/options | 15 +-
projects/Ultra/options | 15 +-
scripts/image | 4 +-
62 files changed, 524 insertions(+), 1030 deletions(-)
create mode 100644 packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-a62f4d4-013-reenable_lcd_config_settings-0.1.patch
delete mode 100644 packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-991-lcd-ae6618f...100d77c.patch
create mode 100644 packages/mediacenter/xbmc/patches/xbmc-f76c547-013-reenable_lcd_config_settings-0.1.patch
delete mode 100644 packages/mediacenter/xbmc/patches/xbmc-f76c547-991-lcd-ae6618f...100d77c.patch
delete mode 100755 packages/multimedia/SDL_net/build
delete mode 100755 packages/multimedia/SDL_net/install
delete mode 100644 packages/multimedia/SDL_net/meta
delete mode 100755 packages/multimedia/SDL_ttf/build
delete mode 100755 packages/multimedia/SDL_ttf/install
delete mode 100644 packages/multimedia/SDL_ttf/meta
rename packages/x11/xserver/xorg-server/patches/{xorg-server-1.11.3-05_pkg_config.patch => xorg-server-1.11.4-05_pkg_config.patch} (100%)
rename packages/x11/xserver/xorg-server/patches/{xorg-server-1.11.3-10_cache_xkbcomp_output_for_fast_start_up.patch => xorg-server-1.11.4-10_cache_xkbcomp_output_for_fast_start_up.patch} (100%)
rename packages/x11/xserver/xorg-server/patches/{xorg-server-1.11.3-11_use_sloppy_heuristic_first_for_initial_mode.patch => xorg-server-1.11.4-11_use_sloppy_heuristic_first_for_initial_mode.patch} (100%)
rename packages/x11/xserver/xorg-server/patches/{xorg-server-1.11.3-13-detect_nouveau.patch => xorg-server-1.11.4-13-detect_nouveau.patch} (100%)
rename packages/x11/xserver/xorg-server/patches/{xorg-server-1.11.3-14-detect_radeon.patch => xorg-server-1.11.4-14-detect_radeon.patch} (100%)
rename packages/x11/xserver/xorg-server/patches/{xorg-server-1.11.3-20_extra_modelines_fromxorg.patch => xorg-server-1.11.4-20_extra_modelines_fromxorg.patch} (100%)
rename packages/x11/xserver/xorg-server/patches/{xorg-server-1.11.3-21_x11_nonroot-vesa.patch => xorg-server-1.11.4-21_x11_nonroot-vesa.patch} (100%)
rename packages/x11/xserver/xorg-server/patches/{xorg-server-1.11.3-22_do_not_zap_xserver.patch => xorg-server-1.11.4-22_do_not_zap_xserver.patch} (100%)
rename packages/x11/xserver/xorg-server/patches/{xorg-server-1.11.3-25_less_acpi_brokenness.patch => xorg-server-1.11.4-25_less_acpi_brokenness.patch} (100%)
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 |
# PROJECT=ION ARCH=x86_64 PVR=yes make
./scripts/image
-e
=================================================================================
Configuration for OpenELEC_PVR
=================================================================================
Buildoptions:
======================================================
- CPU (ARCH): atom (x86_64)
- FPU:
- Optimizations: speed
- LTO (Link Time Optimization) support: no
- GOLD (Google Linker) Support: no
- Graphite Support: yes
- LOOP optimization support: yes
- LLVM support:
Graphic configuration:
======================================================
- XORG support: yes
- XORG Composite support:
- XORG Xinerama support:
- OpenGL (GLX) support (provider): yes (Mesa)
- OpenGLES support (provider): no (no)
- WindowManager: ratpoison
- Xorg Graphic Drivers: nvidia
Hardware decoder configuration:
======================================================
- Broadcom CrystalHD Decoder: no
- VAAPI Support: no
- VDPAU Support: yes
- XVBA Support: no
Input device configuration:
======================================================
- Remote support: yes
- ATV Remote support: no
- CEC Adapter support: yes
- IRTrans support: yes
- XBMC Joystick support: yes
Misc. hardware configuration:
======================================================
- Pulseaudio support: no
- Blu-Ray support: yes
- Bluetooth support: yes
- Hardware Sensors support: yes
- LCD drivers: irtrans,imon,imonlcd,mdm166a,MtxOrb
- Include driver: asix-ax887xx
- Include driver: AF9035
- Include driver: A867
- Include driver: aver_h826d
- Include driver: RTL2832
- Include driver: hdhomerun-driver
- Include firmware: misc-firmware
- Include firmware: wlan-firmware
- Include firmware: dvb-firmware
Network service configuration:
======================================================
- Avahi (Zeroconf) support: yes
- SAMBA server support: yes
- SFTP server support: yes
- SSH Guard support: yes
- XBMC Airplay support: yes
- XBMC Airtunes support: yes
- XBMC AFP support: yes
- XBMC NFS support: yes
- XBMC SAMBA client support: yes
- XBMC Webserver support: yes
OS configuration:
======================================================
- OEM Support: no
- Default Hostname: openelec
- Default ROOT Password: openelec
- Bootloader: syslinux
- U-Boot configuration:
- UDisks support: yes
- UPower support: yes
- Update support: yes
- Installer support: yes
Misc. Filesystems:
======================================================
- NTFS Support (via Fuse): yes
- Install HFS Tools: yes
XBMC configuration:
======================================================
- XBMC version: xbmc-pvr
- XBMC PVR/DVB support: yes
- XBMC nonfree support: yes
- XBMC DVDCSS support: yes
- Include Skin: Confluence
- Default Skin: Confluence
- Include extra fonts: yes
- Include RSXS Screensaver: yes
- Include ProjectM Visualization: yes
- Include Goom Visualization: yes
=================================================================================
End Configuration for OpenELEC_PVR
=================================================================================
INSTALL eglibc
INSTALL timezone-data
INSTALL gcc-final
INSTALL linux
INSTALL busybox
INSTALL kexec-tools
INSTALL zlib
INSTALL grep
INSTALL pcre
INSTALL hdparm
INSTALL speedcontrol
INSTALL pastebinit
INSTALL Python
INSTALL sqlite
INSTALL expat
INSTALL openssl
INSTALL ca-certification
INSTALL libffi
INSTALL file
INSTALL simplejson
INSTALL distribute
Before install bootstrap.
Scanning installed packages
Setuptools installation detected at /srv/OpenELEC.tv/build.OpenELEC_PVR-ION.x86_64-devel/toolchain/lib/python2.7/site-packages
Non-egg installation
Removing elements out of the way...
Already patched.
/srv/OpenELEC.tv/build.OpenELEC_PVR-ION.x86_64-devel/toolchain/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info already patched.
warning: no files found matching 'Makefile' under directory 'docs'
warning: no files found matching 'indexsidebar.html' under directory 'docs'
After install bootstrap.
/srv/OpenELEC.tv/build.OpenELEC_PVR-ION.x86_64-devel/toolchain/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info already exists
INSTALL configobj
INSTALL linux-drivers
INSTALL asix-ax887xx
INSTALL AF9035
INSTALL A867
INSTALL aver_h826d
INSTALL RTL2832
INSTALL hdhomerun-driver
INSTALL linux-firmware
INSTALL misc-firmware
INSTALL wlan-firmware
INSTALL dvb-firmware
INSTALL pciutils
INSTALL util-linux
INSTALL network
INSTALL connman
INSTALL glib
INSTALL dbus
INSTALL udev
INSTALL usbutils
INSTALL libusb-compat
INSTALL libusb
INSTALL kmod
INSTALL iptables
INSTALL wpa_supplicant
INSTALL libnl
INSTALL ntp
INSTALL pygobject
INSTALL dbus-python
INSTALL dbus-glib
INSTALL ethtool
INSTALL openssh
INSTALL sshguard
INSTALL bluez
INSTALL alsa-lib
INSTALL xorg-server
INSTALL libpciaccess
INSTALL freetype
INSTALL libX11
INSTALL libXau
INSTALL libxcb
INSTALL libXfont
INSTALL libdrm
cp: Aufruf von stat für ,,build.OpenELEC_PVR-ION.x86_64-devel/libdrm-2.4.30/libkms/.libs/libkms.so*" nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ,,build.OpenELEC_PVR-ION.x86_64-devel/libdrm-2.4.30/*/.libs/libdrm_*.so" nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ,,build.OpenELEC_PVR-ION.x86_64-devel/libdrm-2.4.30/*/.libs/libdrm_*.so*[0-9]" nicht möglich: Datei oder Verzeichnis nicht gefunden
INSTALL Mesa
INSTALL libXdamage
INSTALL libXfixes
INSTALL libXext
INSTALL libXxf86vm
INSTALL mesa-demos
cp: Aufruf von stat für ,,build.OpenELEC_PVR-ION.x86_64-devel/Mesa-8.0-rc1/lib/*_dri.so" nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ,,build.OpenELEC_PVR-ION.x86_64-devel/Mesa-8.0-rc1/lib/gallium/*_dri.so" nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ,,build.OpenELEC_PVR-ION.x86_64-devel/Mesa-8.0-rc1/lib/gallium/*_drv.so" nicht möglich: Datei oder Verzeichnis nicht gefunden
INSTALL pixman
INSTALL libXinerama
INSTALL encodings
INSTALL font-xfree86-type1
INSTALL font-bitstream-type1
INSTALL font-misc-misc
INSTALL font-util
INSTALL font-cursor-misc
INSTALL font-util-host
INSTALL xkeyboard-config
INSTALL xkbcomp
INSTALL xf86-input-evdev
INSTALL xf86-video-nvidia
INSTALL libvdpau
INSTALL vdpauinfo
INSTALL xrandr
INSTALL libXrandr
INSTALL libXrender
INSTALL setxkbmap
INSTALL ratpoison
INSTALL libXft
INSTALL fontconfig
INSTALL libxml2
INSTALL libICE
INSTALL libXtst
INSTALL libXi
INSTALL liberation-fonts-ttf
INSTALL mrxvt
INSTALL mediacenter
UNPACK xbmc-pvr
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-001-add_support_to_specify_GIT_REV-0.1.patch
patching file configure.in
Hunk #1 succeeded at 517 (offset 89 lines).
Hunk #2 succeeded at 1491 (offset 306 lines).
Hunk #3 succeeded at 1735 (offset 320 lines).
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-303-fix_libdvd_xFLAGS-0.1.patch
patching file lib/libdvd/libdvdcss/src/libdvdcss.pc.in
patching file lib/libdvd/libdvdnav/misc/dvdnav-config2.sh
patching file lib/libdvd/libdvdnav/misc/dvdnav-config.in
patching file lib/libdvd/libdvdnav/misc/dvdnavmini.pc.in
patching file lib/libdvd/libdvdnav/misc/dvdnav.pc.in
patching file lib/libdvd/libdvdread/misc/dvdread-config.in
patching file lib/libdvd/libdvdread/misc/dvdread-config.sh
patching file lib/libdvd/libdvdread/misc/dvdread.pc.in
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-311-fix_rsxs_build-0.1.patch
patching file xbmc/screensavers/rsxs-0.9/lib/argp-namefrob.h
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-402-enable_yasm_in_ffmpeg-0.1.patch
patching file configure.in
Hunk #1 succeeded at 1279 (offset 394 lines).
Hunk #2 succeeded at 2078 with fuzz 2 (offset 528 lines).
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-404-add_lame_check-0.6.patch
patching file configure.in
Hunk #1 succeeded at 85 with fuzz 1 (offset 13 lines).
Hunk #2 succeeded at 327 (offset 81 lines).
Hunk #3 succeeded at 895 (offset 129 lines).
Hunk #4 succeeded at 1736 (offset 403 lines).
patching file xbmc/cdrip/CDDARipper.cpp
Hunk #1 succeeded at 28 (offset 1 line).
Hunk #2 succeeded at 83 (offset 1 line).
patching file xbmc/cdrip/Makefile.in
patching file xbmc/settings/GUISettings.cpp
Hunk #1 succeeded at 329 (offset 5 lines).
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-408-enable_PYTHONOPTIMIZE_with_external_Python-0.1.patch
patching file xbmc/interfaces/python/XBPython.cpp
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-452-change_lcd_content-0.1.patch
patching file userdata/LCD.xml
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-453-add_openelec.tv_RSS_news-0.1.patch
patching file userdata/RssFeeds.xml
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-454-disable_backslash-0.1.patch
patching file system/keymaps/keyboard.xml
Hunk #1 succeeded at 91 with fuzz 1 (offset 1 line).
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-457-fix_connection_check-0.1.patch
patching file xbmc/filesystem/FileCurl.cpp
Hunk #1 succeeded at 798 (offset -5 lines).
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-462-add_remote_irtrans_mediacenter-0.1.patch
patching file system/Lircmap.xml
Hunk #1 succeeded at 466 with fuzz 2 (offset 57 lines).
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-463-add_remote_devinput-0.1.patch
patching file system/Lircmap.xml
Hunk #1 succeeded at 409 (offset 44 lines).
Hunk #2 succeeded at 509 (offset 58 lines).
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-464-add_eject_keymapping_for_lirc-0.1.patch
patching file system/keymaps/remote.xml
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-801-cec-PR570.patch
patching file xbmc/Application.cpp
Hunk #1 succeeded at 2645 (offset 71 lines).
Hunk #2 succeeded at 5125 (offset 105 lines).
Hunk #3 succeeded at 5176 (offset 105 lines).
Hunk #4 succeeded at 5186 (offset 105 lines).
patching file xbmc/Application.h
Hunk #1 succeeded at 173 (offset 6 lines).
patching file xbmc/peripherals/devices/PeripheralCecAdapter.cpp
patching file xbmc/peripherals/devices/PeripheralCecAdapter.h
patching file language/English/strings.xml
Hunk #1 succeeded at 2840 (offset 451 lines).
patching file system/peripherals.xml
patching file xbmc/peripherals/devices/PeripheralCecAdapter.cpp
patching file xbmc/peripherals/devices/PeripheralCecAdapter.h
patching file xbmc/peripherals/devices/PeripheralCecAdapter.cpp
patching file xbmc/peripherals/devices/PeripheralCecAdapter.cpp
patching file xbmc/peripherals/devices/PeripheralCecAdapter.cpp
patching file xbmc/peripherals/devices/PeripheralCecAdapter.h
patching file xbmc/peripherals/devices/PeripheralCecAdapter.cpp
patching file xbmc/peripherals/devices/PeripheralCecAdapter.h
patching file configure.in
Hunk #1 succeeded at 1203 (offset 30 lines).
patching file lib/libcec/Makefile
patching file tools/darwin/depends/libcec/Makefile
APPLY PATCH: packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-cbe2cf3-902.01-xvba_support-eb7c9d5b4988582b041b97c88903e1d771bdbc33.patch
patching file configure.in
Hunk #1 succeeded at 100 (offset 2 lines).
Hunk #2 succeeded at 208 (offset 2 lines).
Hunk #3 succeeded at 1423 (offset 33 lines).
Hunk #4 succeeded at 1650 (offset 32 lines).
Hunk #5 succeeded at 2029 (offset 31 lines).
Hunk #6 succeeded at 2173 (offset 32 lines).
patching file language/English/strings.xml
patching file lib/UnrarXLib/extract.cpp
patching file lib/UnrarXLib/unpack.cpp
patching file lib/UnrarXLib/unpack15.cpp
patching file lib/ffmpeg/configure
patching file lib/ffmpeg/libavcodec/Makefile
patching file lib/ffmpeg/libavcodec/allcodecs.c
patching file lib/ffmpeg/libavcodec/h264.c
patching file lib/ffmpeg/libavcodec/mpegvideo.c
The next patch would create the file lib/ffmpeg/libavcodec/xvba.c,
which already exists! Assume -R? [n]
|
|
|
Source code |
1 |
/home/kniepbert/OpenELEC.tv/build.OpenELEC_PVR-Fusion.x86_64-devel/toolchain/lib/gcc/x86_64-openelec-linux-gnu/4.6.2/../../../../x86_64-openelec-linux-gnu/bin/ld: cannot find -lgcc_s |
|
|
Source code |
1 2 |
/lib/x86_64-linux-gnu/libgcc_s.so.1 /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc_s.so |
This post has been edited 1 times, last edit by "kniepbert" (Aug 18th 2012, 9:14am) with the following reason: Falsche Quellen