Skip to content

Commit

Permalink
libidn12 is not available on repository
Browse files Browse the repository at this point in the history
dead end

here's the `uname -a` for this `ubuntu-latest` they have
```
Linux fv-az198-457 5.15.0-1019-azure #24~20.04.1-Ubuntu SMP Tue Aug 23 15:52:52 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
```

the `libidn12` is only available since jammy.
  • Loading branch information
JOELwindows7 committed Sep 19, 2022
1 parent 5422cbe commit 149bfcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sudo apt-get install libvlc-dev
sudo apt-get install libvlccore-dev
sudo apt-get install vlc-bin
sudo apt-get -y install libidn2-0 libidn12 libidn11 libidn2-dev
sudo apt-get -y install libidn2-0 libidn11 libidn2-dev
- name: script run line haha
# if: steps.cache-stuff.outputs.cache-hit != 'true'
Expand Down
4 changes: 2 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<haxedef name="FEATURE_WEBM_JS" if="web"/>
<!-- JOELwindows7: Defines whether the VLC should be enabled. -->
<!-- <haxedef name="FEATURE_VLC" if="cpp desktop || mobile" unless="neko || hl"/> -->
<haxedef name="FEATURE_VLC" unless="neko || hl || web || 32bits || 32bit"/>
<haxedef name="FEATURE_VLC" unless="neko || hl || web || 32bits || 32bit || linux"/>
<haxedef name="FEATURE_GIF" unless="web"/>
<!-- JOELwindows7: additional howl for LIME project xml here -->
<echo value="This is Odysee build" if="odysee"/>
Expand Down Expand Up @@ -464,7 +464,7 @@
<!-- NEW BrightFyre VLC MP4 support (now handed over to PolybiusProxy, as hxCodec) -->
<!-- <haxelib name="hxCodec" if="cpp desktop || mobile" unless="neko || hl"/> -->
<!-- <haxelib name="hxCodec" if="FEATURE_VLC" unless="web"/> -->
<haxelib name="hxCodec" unless="neko || hl || web || 32bits || 32bit"/>
<haxelib name="hxCodec" if="FEATURE_VLC"/>

<!-- JOELwindows7: try Android Media extension thingy -->
<!-- <haxelib name="extension-android-media"/> -->
Expand Down

0 comments on commit 149bfcc

Please sign in to comment.