Giter Site home page Giter Site logo

Unknown encoder 'libvo_aacenc' about jave2 HOT 7 CLOSED

a-schild avatar a-schild commented on August 24, 2024
Unknown encoder 'libvo_aacenc'

from jave2.

Comments (7)

a-schild avatar a-schild commented on August 24, 2024

@jvvosantos Can you please try with the 2.4.5-SNAPSHOT release?
If it's OK I will release the 2.4.5 version

from jave2.

jvvosantos avatar jvvosantos commented on August 24, 2024

@a-schild How can I use the 2.4.5-SNAPSHOT? Should I clone your github and compile it?

from jave2.

a-schild avatar a-schild commented on August 24, 2024

Just change the version to 2.4.5-SNAPSHOT in your pom.xml file and do a clean build, the snapshots are published on maven central

from jave2.

jvvosantos avatar jvvosantos commented on August 24, 2024

I put the dependencies like this

		<dependency>
		    <groupId>ws.schild</groupId>
		    <artifactId>jave-core</artifactId>
		    <version>2.4.5-SNAPSHOT</version>
		</dependency>
		
		<dependency>
		    <groupId>ws.schild</groupId>
		    <artifactId>jave-native-linux64</artifactId>
		    <version>2.4.5-SNAPSHOT</version>
		</dependency>

It says Missing artifact ws.schild:jave-core:jar:2.4.5-SNAPSHOT, I tried the mvn clean install and it did not work, also in https://mvnrepository.com/artifact/ws.schild/jave-all-deps your last version is 2.4.4

from jave2.

a-schild avatar a-schild commented on August 24, 2024

Put this in your ~/.m2/settings.xml

<profiles>
  <profile>
     <id>allow-snapshots</id>
        <activation><activeByDefault>true</activeByDefault></activation>
     <repositories>
       <repository>
         <id>snapshots-repo</id>
         <url>https://oss.sonatype.org/content/repositories/snapshots</url>
         <releases><enabled>false</enabled></releases>
         <snapshots><enabled>true</enabled></snapshots>
       </repository>
     </repositories>
   </profile>
</profiles>

from jave2.

jvvosantos avatar jvvosantos commented on August 24, 2024

sorry for the delay. it worked fine on 2.4.5-SNAPSHOT, thanks

from jave2.

a-schild avatar a-schild commented on August 24, 2024

2.4.5 is now published (Might take a few hours to sync)
Thanks for reporting and testing it

from jave2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.